-
-
Notifications
You must be signed in to change notification settings - Fork 909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
所见即所得和即使渲染只有空格输入时,不会触发 input 事件 #1263
Comments
这是 CommonMark 规范,段前和段尾的空格会被移除。 |
不好意思,我改正一下,分屏编辑模式下会触发回调,没遵守规范 |
你的意思是 ir 下输入空格会触发 input,但是 wysiwyg 不会触发? |
昨天视频传不上去 Screenrecorder-2022-07-12-22-52-35-505.mp4 |
收到,已修改 issue 标题,后期修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
编辑模式
wysiwyg
所见即所得模式ir
即时渲染模式描述问题
在编辑器输入框有内容时(字数统计不为0)
\n
,右上角字数统计变为0期待的结果
全选后输入空格正常回调 '\n'
截屏或录像
_2022_07_10_21_39_00_4.mp4
版本信息
其他信息
"nuxt": "^2.15.8",
"vue": "^2.6.14",
The text was updated successfully, but these errors were encountered: