Skip to content

Commit

Permalink
Prevent layout shift on load by mounting codemirror styles earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 8, 2024
1 parent d7e44b6 commit 7c1173e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/components/Cell.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export const Cell = ({
cm_forced_focus=${cm_forced_focus}
set_cm_forced_focus=${set_cm_forced_focus}
show_input=${show_input}
skip_static_fake=${is_first_cell}
on_submit=${on_submit}
on_delete=${on_delete}
on_add_after=${on_add_after}
Expand Down

0 comments on commit 7c1173e

Please sign in to comment.