Fix HTML editor hiding when selected as default (#2377)
This commit is contained in:
parent
eec8f9970a
commit
39ab53d22a
@ -151,7 +151,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
plainTextDefaults = states.plainTextDefaults;
|
||||
} else {
|
||||
plainTextDefaults = defaultPlainTexts;
|
||||
richTextsHidden = defaultPlainTexts;
|
||||
richTextsHidden = [...defaultPlainTexts];
|
||||
plainTextsHidden = Array.from(defaultPlainTexts, (v) => !v);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user