Enable templates in pad

This commit is contained in:
yflory
2017-09-05 11:57:44 +02:00
parent 4108520d20
commit 204e45dfae
5 changed files with 18 additions and 4 deletions

View File

@@ -668,7 +668,12 @@ define([
initializing = false;
if (readOnly) { return; }
//TODO UserList.getLastName(toolbar.$userNameButton, newPad);
if (newPad) {
common.openTemplatePicker(common);
}
onLocal();
editor.focus();
if (newPad) {