diff --git a/src/lib/teact/teactn.tsx b/src/lib/teact/teactn.tsx index 55091fd0e..d2e1ef020 100644 --- a/src/lib/teact/teactn.tsx +++ b/src/lib/teact/teactn.tsx @@ -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