Merge pull request #46 from standardnotes/context-ext

Context ext
This commit is contained in:
Mo Bitar
2017-01-21 16:44:15 -06:00
committed by GitHub
6 changed files with 46 additions and 2 deletions

View File

@@ -83,6 +83,8 @@ angular.module('app.frontend')
this.setNote = function(note, oldNote) {
this.editorMode = 'edit';
this.showExtensions = false;
this.showMenu = false;
if(note.safeText().length == 0 && note.dummy) {
this.focusTitle(100);