BookStackApp_BookStack/resources/js/components
Dan Brown 5c6671b3bf
Lexical: Fixed issues with content not saving
Found that saving via Ctrl+Enter did not save as logic to load editor
output into form was bypassed, which this fixes by ensuring submit
events are raised during for this shortcut.

Submit handling also gets a timeout added since, at least in FF,
requestSubmit did not re-submit a form while in a submit event.
2025-03-27 14:13:18 +00:00
..
add-remove-rows.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
ajax-delete-row.ts Attachments: Hid edit/delete controls where lacking permission 2024-12-11 20:38:30 +00:00
ajax-form.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
attachments-list.js Attachment List: Fixed broken ctrl-click functionality 2024-01-23 15:01:07 +00:00
attachments.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
auto-submit.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
auto-suggest.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
back-to-top.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
book-sort.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
chapter-contents.js TS: Converted app file and animations service 2024-10-11 15:19:19 +01:00
code-editor.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
code-highlighter.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
code-textarea.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
collapsible.js TS: Converted app file and animations service 2024-10-11 15:19:19 +01:00
component.js Attachments: Hid edit/delete controls where lacking permission 2024-12-11 20:38:30 +00:00
confirm-dialog.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
custom-checkbox.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
details-highlighter.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
dropdown-search.js TS: Converted app file and animations service 2024-10-11 15:19:19 +01:00
dropdown.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
dropzone.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
editor-toolbox.js Editors: Adjusted new design for mobile and dark mode 2023-10-14 17:10:29 +01:00
entity-permissions.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
entity-search.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
entity-selector-popup.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
entity-selector.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
event-emit-select.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
expand-toggle.js TS: Converted app file and animations service 2024-10-11 15:19:19 +01:00
global-search.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
header-mobile-toggle.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
image-manager.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
image-picker.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
index.ts Sorting: Renamed sort set to sort rule 2025-02-11 14:36:25 +00:00
list-sort-control.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
loading-button.ts ZIP Imports: Updated import form to show loading indicator 2024-11-22 21:36:42 +00:00
markdown-editor.js Lexical: Linked up saving logic of editor via interface 2024-07-04 13:09:53 +01:00
new-user-password.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
notification.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
optional-input.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
page-comment.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
page-comments.js Merge branch 'portazips' into development 2024-12-01 13:06:43 +00:00
page-display.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
page-editor.js Lexical: Fixed issues with content not saving 2025-03-27 14:13:18 +00:00
page-picker.js Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
permissions-table.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
pointer.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
popup.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
setting-app-color-scheme.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00
setting-color-picker.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
setting-homepage-control.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
shelf-sort.js Sorting: Added sort set form manager UI JS 2025-02-04 15:14:22 +00:00
shortcut-input.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
shortcuts.js Lexical: Range of fixes 2024-09-22 16:15:02 +01:00
sort-rule-manager.ts Sorting: Renamed sort set to sort rule 2025-02-11 14:36:25 +00:00
sortable-list.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
submit-on-change.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
tabs.js Image manager: cleaned up style changes, dark mode support 2023-05-29 15:50:36 +01:00
tag-manager.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
template-manager.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
toggle-switch.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
tri-layout.js Styles: Fixed breakpoint overlap 2025-02-23 11:19:11 +00:00
user-select.js TS: Converted dom and keyboard nav services 2024-10-11 21:55:51 +01:00
webhook-events.js Ran eslint fix on existing codebase 2023-04-18 22:20:02 +01:00
wysiwyg-editor-tinymce.js Lexical: Linked up saving logic of editor via interface 2024-07-04 13:09:53 +01:00
wysiwyg-editor.js Lexical: Fixed issues with content not saving 2025-03-27 14:13:18 +00:00
wysiwyg-input.js Editors: Added lexical editor for testing 2024-05-27 15:39:41 +01:00