mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Use native event handling for keydown
This allows us to stopPropogation and actually prevent global hotkeys
This commit is contained in:
parent
1f9bcdb052
commit
07dd6adeff
6 changed files with 25 additions and 18 deletions
|
|
@ -13,7 +13,6 @@ import { getWindowShade } from "../../selectors";
|
|||
import DropTarget from "../DropTarget";
|
||||
import MiniTime from "../MiniTime";
|
||||
|
||||
import { SET_FOCUSED_WINDOW } from "../../actionTypes";
|
||||
import ClickedDiv from "../ClickedDiv";
|
||||
import ContextMenuTarget from "../ContextMenuTarget";
|
||||
import Visualizer from "../Visualizer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue