@lvce-editor/renderer-process 9.4.0 → 9.4.1
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.
|
@@ -1991,7 +1991,7 @@ var attachEvent$1 = ($Node, eventMap, key, value) => {
|
|
|
1991
1991
|
console.warn("listener not found", value);
|
|
1992
1992
|
return;
|
|
1993
1993
|
}
|
|
1994
|
-
const options = getEventListenerOptions$1(
|
|
1994
|
+
const options = getEventListenerOptions$1(key);
|
|
1995
1995
|
const wrapped = getWrappedListener$1(listener, eventMap.returnValue);
|
|
1996
1996
|
$Node.addEventListener(key, wrapped, options);
|
|
1997
1997
|
};
|