Fix issue with present mode in slide (readonly)

pull/1/head
yflory 8 years ago
parent 412815b042
commit b32d698291

@ -138,7 +138,7 @@ define([
Slide.setModal($modal, $content, $pad, ifrw, initialState);
var enterPresentationMode = function (shouldLog) {
Slide.show(true, $textarea.val());
Slide.show(true, editor.getValue());
if (shouldLog) {
Cryptpad.log(Messages.presentSuccess);
}

Loading…
Cancel
Save