auto linkification (plus some refactorings to silent pycharm warnings)

This commit is contained in:
azivner
2017-08-21 21:31:23 -04:00
parent 5469b58cb7
commit 1aeb0eec59
4 changed files with 44 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ function createNote(node, parentKey, target) {
newNoteCreated = true;
if (target == 'after') {
if (target === 'after') {
node.appendSibling(newNode).setActive(true);
}
else {