mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
Code blocks in tinymce could sometimes end up exploded into the sub elements of the codemirror display. This changes the strategy to render codemirror within the shadow dom of a custom element while preserving the normal pre/code DOM structure. Still a little instability when moving/adding code blocks within details blocks but much harder to break things now. |
||
|---|---|---|
| .. | ||
| activities.php | ||
| auth.php | ||
| common.php | ||
| components.php | ||
| editor.php | ||
| entities.php | ||
| errors.php | ||
| pagination.php | ||
| passwords.php | ||
| settings.php | ||
| validation.php | ||