@lvce-editor/renderer-process 30.41.1 → 30.41.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.
@@ -2385,7 +2385,6 @@ class IpcChildWithElectronWindow extends Ipc {
2385
2385
  return;
2386
2386
  }
2387
2387
  callback(event);
2388
- this._rawIpc.removeEventListener('message', wrapped);
2389
2388
  };
2390
2389
  this._rawIpc.addEventListener('message', wrapped);
2391
2390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.41.1",
3
+ "version": "30.41.2",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"