@lvce-editor/renderer-process 10.15.0 → 10.16.0
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.
|
@@ -2182,7 +2182,7 @@ const handleWheel$3 = event => {
|
|
|
2182
2182
|
deltaY
|
|
2183
2183
|
} = event;
|
|
2184
2184
|
const uid = fromEvent(event);
|
|
2185
|
-
handleWheel
|
|
2185
|
+
send('EditorCompletion.handleWheel', uid, deltaMode, deltaY);
|
|
2186
2186
|
};
|
|
2187
2187
|
|
|
2188
2188
|
const handleMousedown = event => {
|
|
@@ -2355,6 +2355,7 @@ const setBounds$7 = (state, x, y, width, height) => {
|
|
|
2355
2355
|
$Viewlet
|
|
2356
2356
|
} = state;
|
|
2357
2357
|
setBounds$8($Viewlet, x, y, width, height);
|
|
2358
|
+
applyUidWorkaround($Viewlet);
|
|
2358
2359
|
};
|
|
2359
2360
|
|
|
2360
2361
|
const ViewletEditorCompletion = {
|