fix: add missing click and doubleclick events to nodes/edges
* ssr bug Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -182,7 +182,7 @@ store.dimensions = {
|
||||
}
|
||||
|
||||
// skip waiting for ssr
|
||||
if (import.meta.env.SSR || typeof window === 'undefined') await until(() => store.isReady)
|
||||
if (typeof window !== 'undefined') await until(() => store.isReady).toMatch((y) => y)
|
||||
|
||||
watch(
|
||||
[width, height],
|
||||
|
||||
Reference in New Issue
Block a user