fastmail / Squire

The rich text editor for arbitrary HTML.
MIT License
4.77k stars 406 forks source link

getFontInfo returns undefined for fontFamily and fontSize when they are both set on the same selection #462

Closed paulflo150 closed 3 months ago

paulflo150 commented 7 months ago

Hello, When setFontFace and setFontSize are called on the same selection getFontInfo returns undefined for both fontFamily and fontSize regardless of the order they are called in. Deselecting and selecting the same selection again returns the correct information.

I am using demo.html and v2.2.8, please see the attached video.

https://github.com/fastmail/Squire/assets/8136504/7dd38970-b0b8-4e1f-9008-98422f27c091

Thanks!