Add inline character portraits and dictionary search workflow (#83)

This commit is contained in:
2026-05-25 03:16:25 -07:00
committed by GitHub
parent 7e6f9672cf
commit 807c0ff3db
54 changed files with 2306 additions and 178 deletions
+1
View File
@@ -681,6 +681,7 @@ test('numeric selection start focuses overlay for follow-up digit keys', async (
assert.equal(testGlobals.windowFocusCalls() > 0, true);
assert.equal(testGlobals.overlayFocusCalls.length > 0, true);
} finally {
testGlobals.dispatchKeydown({ key: 'Escape', code: 'Escape' });
testGlobals.restore();
}
});