BookStack/resources/js
Dan Brown 0de4d6d223
Improved WYSIWYG code block behaviour via range of fixes
- Fixed issues with new code blocks breaking or acting odd due to
  misnamed contenteditable attribute.
- Helped fix issue where code blocks may show in a strage blank state
  due to timing within shadow dom loading.
- Fixed some function timing issues where some functions required their
  async predecessor to have finished.

Tested rather heavily in firefox and brave.
Fixes #3292
2022-02-27 17:21:24 +00:00
..
components Improved WYSIWYG code block behaviour via range of fixes 2022-02-27 17:21:24 +00:00
services Split out codemirror JS to its own module 2022-02-08 11:10:01 +00:00
wysiwyg Improved WYSIWYG code block behaviour via range of fixes 2022-02-27 17:21:24 +00:00
app.js Split out codemirror JS to its own module 2022-02-08 11:10:01 +00:00
code.mjs Revamped workings of WYSIWYG code blocks 2022-02-09 19:24:27 +00:00