hide the code preview button when in present mode

master
ansuz 2022-06-01 16:42:10 +05:30
parent 663768e147
commit d23cdb333c
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ define([
$codeMirrorContainer.removeClass('cp-app-code-fullpage');
if (isPresentMode) {
$editorContainer.addClass('cp-app-code-present');
$previewButton.hide();
}
}
});