mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-05-19 14:14:09 -04:00
fix bug
Former-commit-id: 7845ac1cfa57cb3d8dd7d81f175810f97d629499
This commit is contained in:
@@ -8,7 +8,7 @@ import { PopupMenuProps, PopupMenuStates } from "./interface";
|
||||
|
||||
declare var window: any;
|
||||
|
||||
let _ = window.lodash;
|
||||
let _ = window._;
|
||||
|
||||
class PopupMenu extends React.Component<PopupMenuProps, PopupMenuStates> {
|
||||
highlighter: any;
|
||||
|
||||
@@ -15,4 +15,4 @@ ReactDOM.render(
|
||||
// If you want your app to work offline and load faster, you can change
|
||||
// unregister() to register() below. Note this comes with some pitfalls.
|
||||
// Learn more about service workers: https://bit.ly/CRA-PWA
|
||||
serviceWorker.register();
|
||||
serviceWorker.unregister();
|
||||
|
||||
@@ -8,7 +8,7 @@ import DropboxUtil from "./syncUtils/dropbox";
|
||||
import OndriveUtil from "./syncUtils/onedrive";
|
||||
// import _ from "lodash";
|
||||
|
||||
let _ = (window as any).lodash;
|
||||
let _ = (window as any)._;
|
||||
let JSZip = (window as any).JSZip;
|
||||
class BackupUtil {
|
||||
static backup(
|
||||
|
||||
Reference in New Issue
Block a user