refactor(stage): hightlight throttleTime调整

This commit is contained in:
roymondchen 2022-04-12 16:34:29 +08:00 committed by jia000
parent db62427ee9
commit ed0a833d9f

View File

@ -25,7 +25,7 @@ import type { StageMaskConfig } from './types';
import { createDiv, getScrollParent, isFixedParent } from './util';
const wrapperClassName = 'editor-mask-wrapper';
const throttleTime = 300;
const throttleTime = 100;
const hideScrollbar = () => {
const style = globalThis.document.createElement('style');