Make sure the initial title is set in the userDoc when creating a new pad
This commit is contained in:
@@ -14,6 +14,7 @@ define(function () {
|
||||
var getHeadingText = cfg.getHeadingText || function () { return; };
|
||||
var updateLocalTitle = function (newTitle) {
|
||||
exp.title = newTitle;
|
||||
onLocal();
|
||||
if (typeof cfg.updateLocalTitle === "function") {
|
||||
cfg.updateLocalTitle(newTitle);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user