mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix: adjust feature flags, wrong zip usage (#367)
This commit is contained in:
committed by
GitHub
parent
7ae7167fbe
commit
caf8456864
@@ -319,7 +319,7 @@ class WebviewWindowHandle {
|
||||
/** The window label. It is a unique identifier for the window, can be used to reference it later. */
|
||||
label: WindowLabel;
|
||||
/** Local event listeners. */
|
||||
listeners: Record<string, Array<EventCallback<any>>>;
|
||||
listeners: Record<string, Array<EventCallback<unknown>>>;
|
||||
|
||||
constructor(label: WindowLabel) {
|
||||
this.label = label;
|
||||
|
||||
Reference in New Issue
Block a user