Fix not working on Chrome
This commit is contained in:
parent
d7f56cab29
commit
35636fadbc
|
@ -1,5 +1,6 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import ReactDOM from "react-dom";
|
import ReactDOM from "react-dom";
|
||||||
|
import browser from "webextension-polyfill";
|
||||||
import TranslateContainer from "./components/TranslateContainer";
|
import TranslateContainer from "./components/TranslateContainer";
|
||||||
|
|
||||||
let isEnabled = true;
|
let isEnabled = true;
|
||||||
|
|
Loading…
Reference in a new issue