Skip to content

Commit 5eb30c9

Browse files
committed
fix floatingui version
1 parent d30f71f commit 5eb30c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extended_toc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function propagate_state(div, state) {
178178
}
179179

180180
// Floating UI functionality
181-
const floating_ui = await import('https://esm.sh/@floating-ui/dom')
181+
const floating_ui = await import('https://esm.sh/@floating-ui/dom@1.7.4')
182182

183183
// Cell attributes modification
184184
function has_cell_attribute(cell_id, attr) {

0 commit comments

Comments
 (0)