Skip to content

Commit 43d4a4a

Browse files
committed
fix lint issue
1 parent c30fd2a commit 43d4a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/lib/ContextMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
setTimeout(() => {
178178
side = 'top';
179179
setAlignment();
180-
}, 0)
180+
}, 0);
181181
}
182182
if (rect.top < viewport.top) {
183183
side = 'bottom';

0 commit comments

Comments
 (0)