various small usability improvements

This commit is contained in:
azivner
2017-08-13 21:42:10 -04:00
parent 191f70477c
commit 6fe81cd93a
7 changed files with 29 additions and 4 deletions

View File

@@ -127,6 +127,10 @@ $(function(){
}
});
}
},
"return": function(node) {
// doesn't work :-/
$('#noteDetail').summernote('focus');
}
}
}