refactor(stage): hightlight throttleTime调整

This commit is contained in:
roymondchen 2022-04-12 16:34:29 +08:00
parent 24ae886efe
commit 9fa55d9540

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');