mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
chore: fix incorrect comment in date/time
This commit is contained in:
parent
941d0d45f8
commit
e70b0d47c9
@ -14,7 +14,7 @@ export default class InsertDateTimePlugin extends Plugin {
|
||||
tooltip: true
|
||||
} );
|
||||
|
||||
// enable internal link only if the editor is not read only
|
||||
// enable only if the editor is not read only
|
||||
view.bind('isEnabled').to(editor, 'isReadOnly', isReadOnly => !isReadOnly);
|
||||
|
||||
view.on('execute', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user