BookStack/resources/js
Dan Brown c290d01adb
WYSIWYG: Improved a range of text direction/alignment scenarios
- Removes 'span' from being a valid part of alignment formats so it's
  not used to align contents, since it's going to mostly be an inline
  format, wheras you'd really want alignment on the parent block.
- Adds direction cleaning to all direction change events, to remove
  direction styles and child direction controls which may complicate
  matters and cause direction changes not to show.
- Makes text direction controls work with table cell range selections,
  which TinyMCE does not consider by default, via manual handling.

For #4843
2024-02-20 14:15:22 +00:00
..
code Cover images: Updated description wording to better detail size 2024-02-19 20:26:04 +00:00
components Comments: Added back-end HTML support, fixed editor focus 2024-01-30 15:16:58 +00:00
markdown Entity selector: Fixed initial load overwriting initial search 2024-01-23 15:42:13 +00:00
services JS: Removed random extra import 2023-11-09 13:36:00 +00:00
wysiwyg WYSIWYG: Improved a range of text direction/alignment scenarios 2024-02-20 14:15:22 +00:00
app.js ESLINT: Addressed remaining detected issues 2023-04-19 15:20:04 +01:00