refactoring clipboard WIP

This commit is contained in:
zadam
2020-01-12 09:57:28 +01:00
parent 0f8a7bad06
commit d1f679ab90
8 changed files with 69 additions and 136 deletions

View File

@@ -34,7 +34,7 @@ import keyboardActionService from "./services/keyboard_actions.js";
import splitService from "./services/split.js";
import optionService from "./services/options.js";
import noteContentRenderer from "./services/note_content_renderer.js";
import AppContext from "./services/app_context.js";
import appContext from "./services/app_context.js";
window.glob.isDesktop = utils.isDesktop;
window.glob.isMobile = utils.isMobile;
@@ -183,7 +183,6 @@ macInit.init();
searchNotesService.init(); // should be in front of treeService since that one manipulates address bar hash
const appContext = new AppContext();
appContext.showWidgets();
entrypoints.registerEntrypoints();