hide whiteboard palette in view mode

This commit is contained in:
ansuz
2017-12-20 11:01:23 +01:00
parent cfc9ce33d6
commit 3177fd7857
2 changed files with 4 additions and 1 deletions

View File

@@ -504,6 +504,9 @@ define([
common.openFilePicker(pickerCfg);
}).appendTo($rightside);
}
} else {
$colors.hide();
$controls.hide();
}
metadataMgr.onChange(function () {