mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-05-28 00:55:16 -07:00
fix(macos): preserve overlay on transient tracker loss; fix subsync modal open (#66)
This commit is contained in:
@@ -822,6 +822,7 @@ test('default keybindings dispatch through overlay keyboard handling', async ()
|
||||
testGlobals.sessionActions.map((action) => action.actionId).sort(),
|
||||
expectedSessionActions.sort(),
|
||||
);
|
||||
testGlobals.dispatchKeydown({ key: 'Escape', code: 'Escape' });
|
||||
} finally {
|
||||
testGlobals.restore();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user