mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 08:09:55 +01:00
auto linkification (plus some refactorings to silent pycharm warnings)
This commit is contained in:
@@ -124,7 +124,7 @@ function createNote(node, parentKey, target) {
|
||||
|
||||
newNoteCreated = true;
|
||||
|
||||
if (target == 'after') {
|
||||
if (target === 'after') {
|
||||
node.appendSibling(newNode).setActive(true);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user