removed lazy tinymce mount since the relation are now preloaded

This commit is contained in:
Gani Georgiev
2026-04-23 00:01:30 +03:00
parent 3566ba3729
commit 257f03e1fa
4 changed files with 16 additions and 23 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ window.app.components.select = function(propsArg = {}) {
tabIndex: -1,
role: "button",
className: "ri-close-line link-hint btn-option-unset",
ariaLabel: app.attrs.tooltip("Unset", "left"),
ariaLabel: app.attrs.tooltip("Unset"),
onclick: () => {
toggle(opt);
return false;