mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-10 00:20:44 +02:00
use a custom tinymce svelte component and other minor optimizations
This commit is contained in:
@@ -79,7 +79,7 @@ export default class CommonHelper {
|
||||
tagName === "input" ||
|
||||
tagName === "select" ||
|
||||
tagName === "textarea" ||
|
||||
element.isContentEditable
|
||||
element?.isContentEditable
|
||||
)
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ export default class CommonHelper {
|
||||
tagName === "button" ||
|
||||
tagName === "a" ||
|
||||
tagName === "details" ||
|
||||
element.tabIndex >= 0
|
||||
element?.tabIndex >= 0
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user