Skip to content
Snippets Groups Projects
Verified Commit df0467e8 authored by Till Glöggler's avatar Till Glöggler
Browse files

Revert "fixes #3434"

This reverts commit 6a0a3319.
parent 6a0a3319
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ const wysiwyg = {
replace(textarea) {
if (!hasEditor(textarea)) {
if (isTextareaVisible(textarea)) {
return replaceTextarea(textarea);
replaceTextarea(textarea);
}
} else if (isEditorHidden(textarea)) {
destroyTextarea(textarea);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment