🎨 文档切换优化

This commit is contained in:
Vanessa 2022-12-13 11:06:51 +08:00
parent ebca8b7414
commit 872197aed1

View File

@ -427,9 +427,6 @@ export const globalShortcut = () => {
</div> </div>
<div class="dialog__path"></div> <div class="dialog__path"></div>
</div>`, </div>`,
disableClose: true,
disableAnimation: true,
transparent: true,
destroyCallback: () => { destroyCallback: () => {
if (range && range.getBoundingClientRect().height !== 0) { if (range && range.getBoundingClientRect().height !== 0) {
focusByRange(range); focusByRange(range);