TeactN: Allow debugging with global getActions

This commit is contained in:
Alexander Zinchuk 2025-06-04 20:40:36 +02:00
parent 9e5f0ae8cb
commit 8e2c91064d

View File

@ -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