You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FormatRemove event is much wider than just format clearing calls, This is also fired on un-toggle of formats (bold, italic etc..) and format changes (alignment changes etc...). This needs to be better scoped to only action upon format remove button presses (Might need custom button action).
The text was updated successfully, but these errors were encountered:
This is due to cell range handling added to help clear formatting:
BookStack/resources/js/wysiwyg/fixes.js
Lines 92 to 103 in c290d01
The
FormatRemove
event is much wider than just format clearing calls, This is also fired on un-toggle of formats (bold, italic etc..) and format changes (alignment changes etc...). This needs to be better scoped to only action upon format remove button presses (Might need custom button action).The text was updated successfully, but these errors were encountered: