mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
bundled electron app starts without error
This commit is contained in:
@@ -39,9 +39,9 @@
|
||||
$: setDebouncedFilter(filter);
|
||||
|
||||
onMount(() => {
|
||||
socket.on('query-history-changed', reloadItems);
|
||||
socket().on('query-history-changed', reloadItems);
|
||||
return () => {
|
||||
socket.off('query-history-changed', reloadItems);
|
||||
socket().off('query-history-changed', reloadItems);
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user