Skip to content

Commit

Permalink
fix: fix permission init should build cache (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybzky authored Oct 8, 2024
1 parent 8d9b1aa commit 6dac0d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export class RangeProtectionService extends Disposable {
this._permissionService.addPermissionPoint(instance);
});
});
this._selectionProtectionCache.reBuildCache(unitId, subUnitId);
});
},
onUnLoad: (unitId: string) => {
Expand Down

0 comments on commit 6dac0d0

Please sign in to comment.