mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +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
|
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.bind('isEnabled').to(editor, 'isReadOnly', isReadOnly => !isReadOnly);
|
||||||
|
|
||||||
view.on('execute', () => {
|
view.on('execute', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user