This commit is contained in:
Vanessa 2025-05-15 22:30:48 +08:00
parent 886871001f
commit b66c76d83d

View file

@ -171,6 +171,7 @@ export const initUI = (protyle: IProtyle) => {
range.collapse(false);
focusByRange(range);
}
protyle.toolbar.range = range;
}
});
});