mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-24 10:37:16 +00:00
Revert "Move global file input out of NPM module"
This reverts commit 9f726899c7.
This commit is contained in:
parent
9b8cb032a6
commit
e823cdc09e
1 changed files with 0 additions and 3 deletions
|
|
@ -12,7 +12,6 @@ import zaxon from "../skins/ZaxonRemake1-0.wsz";
|
|||
import green from "../skins/Green-Dimension-V2.wsz";
|
||||
import MilkdropWindow from "./components/MilkdropWindow";
|
||||
import screenshotInitialState from "./screenshotInitialState";
|
||||
|
||||
import WebampLazy from "./webampLazy";
|
||||
import enableMediaSession from "./mediaSession";
|
||||
import {
|
||||
|
|
@ -28,7 +27,6 @@ import {
|
|||
SET_EQ_AUTO,
|
||||
SET_DUMMY_VIZ_DATA
|
||||
} from "./actionTypes";
|
||||
|
||||
import { loadFilesFromReferences } from "./actionCreators";
|
||||
|
||||
import {
|
||||
|
|
@ -287,7 +285,6 @@ Raven.context(async () => {
|
|||
|
||||
enableMediaSession(webamp);
|
||||
|
||||
// Expose a file input in the DOM for testing.
|
||||
const fileInput = document.createElement("input");
|
||||
fileInput.id = "webamp-file-input";
|
||||
fileInput.style.display = "none";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue