How do you think? Could it be possible to comment in a read-only Pad?
They are stored to database, too
key:
value:
"commentId":{ "author": data.author, "name": data.name, "text": data.text, "changeTo": data.changeTo, "changeFrom": data.changeFrom, "timestamp": new Date().getTime()}
(commentManager.js, line 62, right?)
But in
key:
there won't be the comment (commentId), so after reload the pad the comment won't be shown.
Is that the consciously behavior? Does anyone know a way / fix to save comments on read-only pads?
How do you think? Could it be possible to comment in a read-only Pad?
They are stored to database, too
key:
value:
(commentManager.js, line 62, right?)
But in
key:
there won't be the comment (commentId), so after reload the pad the comment won't be shown.
Is that the consciously behavior? Does anyone know a way / fix to save comments on read-only pads?