mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
chore: fix incorrect comment in date/time
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user