@lvce-editor/renderer-process 30.43.1 → 30.43.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8608,9 +8608,6 @@ const handleFocusOut = event => {
|
|
|
8608
8608
|
}
|
|
8609
8609
|
const uid = fromEvent(event);
|
|
8610
8610
|
if (!relatedTarget && target && isInsideTitleBarMenu(target)) {
|
|
8611
|
-
if (!target.isConnected) {
|
|
8612
|
-
return;
|
|
8613
|
-
}
|
|
8614
8611
|
queueMicrotask(() => {
|
|
8615
8612
|
const {
|
|
8616
8613
|
activeElement
|