We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdd0a6 commit 06606faCopy full SHA for 06606fa
vendor/assets/javascripts/bootstrap-wysihtml5/wysihtml5x-toolbar.js
@@ -13724,7 +13724,7 @@ wysihtml5.views.View = Base.extend(
13724
if (command.group) {
13725
dom.addClass(command.group, CLASS_NAME_COMMAND_ACTIVE);
13726
}
13727
- if (command.dialog) {
+ if (command.dialog && false) {
13728
if (typeof(state) === "object" || wysihtml5.lang.object(state).isArray()) {
13729
13730
if (!command.dialog.multiselect && wysihtml5.lang.object(state).isArray()) {
0 commit comments