Skip to content

Commit 4627544

Browse files
authored
Merge pull request #49 from TheBosZ/patch-1
Fixed Dialog isOpen
2 parents 605753d + 30e9bf7 commit 4627544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dialog/Dialog.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
}
5757
5858
export function isOpen(...args) {
59-
return dialog.isOpen(...args);
59+
return dialog.isOpen;
6060
}
6161
6262
export function layout(...args) {
6363
return dialog.layout(...args);
6464
}
65-
</script>
65+
</script>

0 commit comments

Comments
 (0)