mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-22 22:08:11 +00:00
refactor(stage): hightlight throttleTime调整
This commit is contained in:
parent
24ae886efe
commit
9fa55d9540
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user