Closed
Description
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).