Update version number: 2.0.6
This commit is contained in:
@@ -94,7 +94,6 @@ export const matchRule = async (href, { injectRules, subrulesList }) => {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
return rule;
|
||||
};
|
||||
|
||||
|
||||
@@ -21,9 +21,7 @@ export class TransboxManager {
|
||||
}
|
||||
|
||||
isEnabled() {
|
||||
return (
|
||||
!!this.#container && document.body.contains(this.#container)
|
||||
);
|
||||
return !!this.#container && document.body.contains(this.#container);
|
||||
}
|
||||
|
||||
enable() {
|
||||
|
||||
Reference in New Issue
Block a user