请问如何选择当前行并删除呢
#5081
Replies: 1 comment
-
我解决了,调用时机问题。但是感觉文档很不全哎 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如题,我需要做一个斜线命令的工具,需要删除当前行。但是使用
const { selection } = editor;
返回的结果为nullBeta Was this translation helpful? Give feedback.
All reactions