File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import type {
2727 LocalWorkspace ,
2828 LocalWorkspaceRepositoryDescriptor ,
2929} from '../../../plus/workspaces/models/localWorkspace' ;
30- import { gate } from '../../../system/decorators/gate' ;
3130import { debug , logName } from '../../../system/decorators/log' ;
31+ import { sequentialize } from '../../../system/decorators/sequentialize' ;
3232import { is as isA } from '../../../system/function' ;
3333import { getLoggableName } from '../../../system/logger' ;
3434import type { View } from '../../viewBase' ;
@@ -323,7 +323,7 @@ export abstract class ViewNode<
323323
324324 refresh ?( reset ?: boolean ) : void | { cancel : boolean } | Promise < void | { cancel : boolean } > ;
325325
326- @gate ( )
326+ @sequentialize ( )
327327 @debug ( )
328328 triggerChange ( reset : boolean = false , force : boolean = false , avoidSelf ?: ViewNode ) : Promise < void > {
329329 if ( this . _disposed ) return Promise . resolve ( ) ;
You can’t perform that action at this time.
0 commit comments