_shadowzeng
_shadowzeng
 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...
 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...