We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
人工智能自定义操作无法删除
思源人工智能自定义操作在操作名称中误添加了代码片段,导致无法使用也无法删除
删除该自定义操作
No response
- Version: - Operating System: - Browser (if used):
siyuan.log
The text was updated successfully, but these errors were encountered:
编辑按钮无法点击,不能使用该自定义操作也不能删除该操作
Sorry, something went wrong.
请给一下能够重现问题的原始操作提示文本
我这里随便填了一个 JS 也能复现:
/* 点击大纲自动展开下级 JS片段 */ setTimeout(() => { console.log("加载代码片段:自动展开大纲"); document.querySelector('.sy__outline').addEventListener('mousedown', event => { if (!event.target.classList.contains('b3-list-item__text')) return; if (event.target.parentNode.getAttribute("data-type") !== "NodeHeading") return; const b3ListItemToggle = event.target.parentNode.querySelector('.b3-list-item__toggle'); if (b3ListItemToggle.classList.contains('fn__hidden')) return; b3ListItemToggle.click(); }); }, 200);
🐛 fix #12586
9cd86ae
Vanessa219
No branches or pull requests
人工智能自定义操作无法删除
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
思源人工智能自定义操作在操作名称中误添加了代码片段,导致无法使用也无法删除
Expected result
删除该自定义操作
Screenshot or screen recording presentation
No response
Version environment
Log file
siyuan.log
More information
No response
The text was updated successfully, but these errors were encountered: