Vanessa 2024-01-25 13:12:12 +08:00
parent 98455e3b68
commit 58f1cea811
5 changed files with 9 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import {lineNumberRender} from "../render/highlightRender";
import {stickyRow} from "../render/av/row";
export const resize = (protyle: IProtyle) => {
hideElements(["gutter"], protyle);
hideElements(["gutterOnly"], protyle)
const abs = setPadding(protyle);
const MIN_ABS = 4;
// 不能 clearTimeout否则 split 时左侧无法 resize