Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ extra_css:
extra_javascript:
# First load dependencies
- https://unpkg.com/@babel/standalone@7.20.15/babel.min.js
- https://unpkg.com/react@17.0.2/umd/react.development.js
- https://unpkg.com/react-dom@17.0.2/umd/react-dom.development.js
- https://unpkg.com/react@18.2.0/umd/react.development.js
- https://unpkg.com/react-dom@18.2.0/umd/react-dom.development.js
- https://unpkg.com/@floating-ui/core@1.0.0/dist/floating-ui.core.umd.min.js
- https://unpkg.com/@floating-ui/dom@1.0.0/dist/floating-ui.dom.umd.min.js
- https://unpkg.com/@floating-ui/react-dom@1.0.0/dist/floating-ui.react-dom.umd.min.js
Expand All @@ -69,7 +69,7 @@ extra_javascript:
- docs/_assets/js/setupDocoff.js

# Then load and init Docoff
- https://unpkg.com/@react-ui-org/docoff@0.5.4/public/generated/bundle.js
- https://unpkg.com/@react-ui-org/docoff@0.7.1/public/generated/bundle.js

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you type into the code preview, it flickers with each key stroke.

flickering.mov


# Then load non-Docoff code highlighiting
- https://unpkg.com/prismjs@1.29.0/components/prism-core.min.js
Expand Down
Loading