mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Fix opening devtools for loading views
This commit is contained in:
@@ -33,6 +33,9 @@ const viewStateMachine = Machine(
|
|||||||
cond: 'contentUnchanged',
|
cond: 'contentUnchanged',
|
||||||
},
|
},
|
||||||
RELOAD: '.loading',
|
RELOAD: '.loading',
|
||||||
|
DEVTOOLS: {
|
||||||
|
actions: 'openDevTools',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
states: {
|
states: {
|
||||||
loading: {
|
loading: {
|
||||||
@@ -81,9 +84,6 @@ const viewStateMachine = Machine(
|
|||||||
},
|
},
|
||||||
MUTE: '.muted',
|
MUTE: '.muted',
|
||||||
UNMUTE: '.listening',
|
UNMUTE: '.listening',
|
||||||
DEVTOOLS: {
|
|
||||||
actions: 'openDevTools',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
states: {
|
states: {
|
||||||
muted: {
|
muted: {
|
||||||
|
|||||||
Reference in New Issue
Block a user