TeactN: Allow debugging with global getActions
This commit is contained in:
parent
9e5f0ae8cb
commit
8e2c91064d
@ -347,6 +347,7 @@ export function typify<
|
||||
if (DEBUG) {
|
||||
(window as any).getGlobal = getUntypedGlobal;
|
||||
(window as any).setGlobal = setUntypedGlobal;
|
||||
(window as any).getActions = getUntypedActions;
|
||||
|
||||
document.addEventListener('dblclick', () => {
|
||||
// eslint-disable-next-line no-console
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user