_shadowzeng

Results 3 issues of _shadowzeng

![CleanShot 2024-03-06 at 17 13 34](https://github.com/fastmail/Squire/assets/11520440/85719663-4da1-46f9-86db-46bd147dbc83) Version: 2.2.7 As shown in above gif, after pasted some plain text at the end of formatted text, then blur and re-focus. It supposes...

![CleanShot 2024-03-06 at 15 55 28](https://github.com/fastmail/Squire/assets/11520440/ecd3f955-40d4-4058-bcc6-b8bb2e18d93a) On safari, after I set small font size by API `setFontSize('10pt')`, then type some characters and press 'Enter', the caret will display in a...

My code (Vue component) ```vue make list import Squire from 'squire-rte'; export default { components: {}, data () { return { editor: null }; }, mounted() { this.editor = new...