Make sure the initial title is set in the userDoc when creating a new pad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user