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
wysiwyg
ir
sv
如果是解析渲染问题的话请在此处贴入 Markdown 原文
The text was updated successfully, but these errors were encountered:
这里无法重现,我先关闭了。如果可以重现请跟帖描述详细步骤
Sorry, something went wrong.
后面我抽时间整一个复现链接
在通过 cala(100vh - xpx); 设置容器下,滚动失效 目前通过 hash锚点实现该动能 after() { Vditor.outlineRender(previewElement!, outlineElement!); if (outlineElement?.innerText.trim() !== '') { outlineElement!.style.display = 'block'; outlineElement?.addEventListener('click', (event) => { let target = event.target as HTMLElement | null; while (target) { const id = target.getAttribute('data-target-id'); console.log(target, id); if (target.classList.contains('vditor-outline__action')) { break; } else if (id) { window.location.hash = id; break; } target = target.parentElement; } }, { capture: true, // passive: true, }); } },
15ffe3e
下个版本设置为 calc(100vh - 20px) 再看看
calc(100vh - 20px)
📝 #1218
82a9478
Vanessa219
No branches or pull requests
编辑模式
wysiwyg
所见即所得模式ir
即时渲染模式sv
分屏编辑预览模式描述问题
期待的结果
截屏或录像
版本信息
其他信息
The text was updated successfully, but these errors were encountered: