Fix issue with present mode in slide (readonly)
This commit is contained in:
parent
412815b042
commit
b32d698291
@ -138,7 +138,7 @@ define([
|
|||||||
Slide.setModal($modal, $content, $pad, ifrw, initialState);
|
Slide.setModal($modal, $content, $pad, ifrw, initialState);
|
||||||
|
|
||||||
var enterPresentationMode = function (shouldLog) {
|
var enterPresentationMode = function (shouldLog) {
|
||||||
Slide.show(true, $textarea.val());
|
Slide.show(true, editor.getValue());
|
||||||
if (shouldLog) {
|
if (shouldLog) {
|
||||||
Cryptpad.log(Messages.presentSuccess);
|
Cryptpad.log(Messages.presentSuccess);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user