separated text and code handling out of note detail service

This commit is contained in:
azivner
2018-03-27 00:22:02 -04:00
parent 7e856283ee
commit 68921ee59b
7 changed files with 205 additions and 153 deletions

View File

@@ -13,7 +13,7 @@ import contextMenu from './context_menu.js';
import dragAndDropSetup from './drag_and_drop.js';
import exportService from './export.js';
import link from './link.js';
import messaging from './messaging.js';
import messagingService from './messaging.js';
import noteDetailService from './note_detail.js';
import noteType from './note_type.js';
import protected_session from './protected_session.js';