Toggling bold while the Text is in edit mode doesn't have an instant effect while the italic and underline have.
After exiting the edit mode, bold is shown.
Bold should take effect right away in edit mode, the same way as italic and underline do, otherwise, it feels broken.

_Do not alter or remove anything below. The following sections will be managed by moderators only._
Fixed by #992? Se #922.
992 seems to be related to output, this issue is just the bold effect not showing right away when toggling in the editor. Will try to create a gif.
Edit: Added under screenshots!
I noticed that if you make some bold, it can remain bolded and I cant unbold it.
Indeed, it's not related to #922 . It's not working because we only set the bold boolean state in the initial state without any further tracker of changes.
This will be fixed by major rewrite to be done in #413.
Will assign this to @barklund and move to "In Progress" as it'll get fixed by #1323 (for clarity on the board)
Most helpful comment
Indeed, it's not related to #922 . It's not working because we only set the
boldboolean state in the initial state without any further tracker of changes.