Conversation
package.json
Outdated
| } | ||
| ], | ||
| "devDependencies": { | ||
| "@logux/eslint-config": "^53.2.1", |
There was a problem hiding this comment.
Revert this changes since they break CI (also each PR should be focused on a single thing)
There was a problem hiding this comment.
Done. I apologize for the changes added to the commit due to inattention
|
We need to fix CI: fix tests and update |
|
Hi. Sorry for my disappearance for a month Notes and questions related to the test update:
|
Maybe you forgot to push it? There are no changes in PR https://github.com/ai/keyux/pull/35/files Or what is the question?
You need to add new Then you need to emulate user interactions with DOM API.
console.log(node.innerHTML)
Maybe it is because of pnpm bntor even: node --test --import tsx --enable-source-maps
Feel free to ask extra question if you want to go deeper (or if I didn’t understand you correctly). |
|
Hi. Done! Waiting for your review! |
|
|
||
| function restoreFocus(event) { | ||
| event.preventDefault() | ||
| lastFocusedElement.focus({ focusVisible: true }) |
Hi Andrey,
Sorry for the delay.
I've implemented what was described in the last comment of the PR #33 discussion : #33 (comment)
Current PR also is related to issue #32.
Screencast:
Screencast.from.2024-08-23.23-13-36.mp4