codemirror-editor-vue3
codemirror-editor-vue3 copied to clipboard
resize nullpx nullpx 无法触发滚动操作
Describe the bug
控制台打印 resize nullpx nullpx
Validations
- [X] Read the docs.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
麻烦提供下复现步骤和版本号
The same thing happens to me.
codemir
The same thing happens to me.
codemir
Can you provide a reproducible case or complete code? I am unable to reproduce this issue.
I've hit this bug as well using
"codemirror": ">=5.64.0 <6",
"codemirror-editor-vue3": "^2.7.0",
resize nullpx nullpx is only seen when height and width props are null - ie the default.
https://codesandbox.io/p/sandbox/happy-northcutt-ylg489
I've hit this bug as well using
"codemirror": ">=5.64.0 <6", "codemirror-editor-vue3": "^2.7.0",
resize nullpx nullpxis only seen whenheightandwidthprops arenull- ie the default.https://codesandbox.io/p/sandbox/happy-northcutt-ylg489
Thank you for providing the case. I've noticed the issue, but from the case, it seems that only the console output is incorrect, while the rendering is fine. What is the situation on your end? I need to further confirm the issue.
@rennzhang correct: rendering is fine, only console output is wrong.

codemir