Use webpack worker-loader to load the IndexedDB worker instead of homegrown hack
This commit is contained in:
parent
33dca81352
commit
d737b4e6ab
5 changed files with 47 additions and 21 deletions
|
@ -35,7 +35,7 @@ import SettingsStore from "../../../settings/SettingsStore";
|
|||
import { UIFeature } from "../../../settings/UIFeature";
|
||||
import { replaceableComponent } from "../../../utils/replaceableComponent";
|
||||
import BaseDialog from "./BaseDialog";
|
||||
import GenericTextContextMenu from "../context_menus/GenericTextContextMenu.js";
|
||||
import GenericTextContextMenu from "../context_menus/GenericTextContextMenu";
|
||||
|
||||
const socials = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue