Make sure the initial title is set in the userDoc when creating a new pad

This commit is contained in:
yflory
2017-06-15 18:50:39 +02:00
parent 8b5f4dbd47
commit a5924cb803
2 changed files with 2 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ define([
$(ifrw).on('keyup', function (e) {
if (!Slide.shown) { return; }
if (e.ctrlKey) { return; }
switch(e.which) {
case 33: // pageup
case 38: // up