fix visual glitch in search - showing search now doesn't move note content

This commit is contained in:
azivner
2018-02-05 20:53:04 -05:00
parent 02e07ec03a
commit aee64b2522
3 changed files with 15 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
const noteTree = (function() {
const treeEl = $("#tree");
const parentListEl = $("#parent-list");
const parentListListEl = $("#parent-list-list");
const parentListListEl = $("#parent-list-inner");
let startNotePath = null;
let notesTreeMap = {};