feat(history): update the open view live
This commit is contained in:
@@ -449,6 +449,7 @@ export function createVisualElectronApi(
|
||||
stateUpdateListeners.add(callback);
|
||||
return () => stateUpdateListeners.delete(callback);
|
||||
},
|
||||
onHistoryEntryAdded: () => stableNoopUnsubscribe,
|
||||
onClipboardDetected: () => stableNoopUnsubscribe,
|
||||
onUpdateInstallProgress: () => stableNoopUnsubscribe
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user