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 dc7224f commit 6ff7934Copy full SHA for 6ff7934
action/editor.php
@@ -130,6 +130,7 @@ protected function buildOldToggleButton()
130
protected function buildToggleButton()
131
{
132
$button = new ButtonElement('prosemirror', $this->getLang('switch_editors'));
133
+ $button->attr('type', 'button');
134
$button->addClass('button plugin_prosemirror_useWYSIWYG');
135
if ($this->isForceWYSIWYG()) {
136
$button->attr('style', 'display: none;');
0 commit comments