mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 02:21:23 +03:00
Fixes custom table cell clear-format handling since it was being called on many format removals, not just the clear-formatting action. This updates the code to specifically run on the RemoveFormat action which is triggered by the clear formatting button. Fixes #4964