Enable Cmd key support in shortcuts

This commit is contained in:
yflory
2018-03-01 14:48:36 +01:00
parent 12bfcbe701
commit b7b560fcb8
5 changed files with 4 additions and 6 deletions

View File

@@ -463,7 +463,6 @@ define([
UIElements.createButton = function (common, type, rightside, data, callback) {
var AppConfig = common.getAppConfig();
var button;
var size = "17px";
var sframeChan = common.getSframeChannel();
switch (type) {
case 'export':