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