Skip to content

Commit

Permalink
Removed unneccesary check
Browse files Browse the repository at this point in the history
  • Loading branch information
Refzlund committed Jan 23, 2025
1 parent b57e356 commit 23c3cd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion floating-runes/src/floating-ui.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ function floatingUI(options: FloatingRuneOptions = {}) {
}
},
compute() {
if (!ref || floatMap.size === 0) return
for (const [float, floatOptions] of floatMap) {
compute(float, options, floatOptions)
}
Expand Down

0 comments on commit 23c3cd3

Please sign in to comment.