Skip to content

Commit

Permalink
disable Rules가 사리지지 않는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Oein committed Jun 26, 2024
1 parent 7ffe7b3 commit d30ebd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const enableRules: string[] = [];
const disableRules: string[] = [];
const clearRule = () => {
enableRules.length = 0;
disableRules.length = 0;
};
const enableRule = (ruleId: string) => {
enableRules.push(ruleId);
Expand Down

0 comments on commit d30ebd9

Please sign in to comment.