BookStack/resources/js
Dan Brown 6545afacd6
Changed autosave handling for better editor performance
This changes how the editors interact with the parent page-editor
compontent, which handles auto-saving.
Instead of blasting the full editor content upon any change to that
parent compontent, the editors just alert of a change, without the
content. The parent compontent then requests the editor content from the
editor component when it needs that data for an autosave.

For #3981
2023-02-23 12:30:27 +00:00
..
components Changed autosave handling for better editor performance 2023-02-23 12:30:27 +00:00
markdown Changed autosave handling for better editor performance 2023-02-23 12:30:27 +00:00
services Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
wysiwyg Changed autosave handling for better editor performance 2023-02-23 12:30:27 +00:00
app.js Started refactor and alignment of component system 2022-11-14 23:19:02 +00:00
code.mjs Add scheme and sql-variant code language options 2023-01-26 11:26:20 +00:00