Move help button in drawer and fix drawer style

This commit is contained in:
yflory
2018-02-28 17:59:27 +01:00
parent 753b7550ca
commit 2c90cb5907
8 changed files with 45 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ define([
$(helpMenu.text).html(DiffMd.render(Messages.codeInitialState));
framework._.toolbar.$rightside.append(helpMenu.button);
framework._.toolbar.$drawer.append(helpMenu.button);
};
var mkPreviewPane = function (editor, CodeMirror, framework, isPresentMode) {
var $previewContainer = $('#cp-app-code-preview');