mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Fix monkey patching in the debugger
This commit is contained in:
parent
3458498f6a
commit
42c46bbac1
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ function Debugger({ maki }) {
|
|||
|
||||
const system = React.useMemo(() => {
|
||||
const sys = new System();
|
||||
sys.messageBox = function(message, messageTitle, flag, notanymoreId) {
|
||||
sys.messagebox = function(message, messageTitle, flag, notanymoreId) {
|
||||
dispatch({
|
||||
type: "GOT_MESSAGE",
|
||||
message: { message, messageTitle, flag, notanymoreId },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue