Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderview.js
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class BaseRenderView {
viewElement.addEventListener('pointerdown', (ev) => {
// When pointer is down, set focus to the focus-element.
if (!LOOKS_LIKE_MOBILE) {
this._focusElement.focus({ preventScroll: true, focusVisble: false })
this._focusElement.focus({ preventScroll: true, focusVisible: false })
}
// capture the pointing device.
// Because we capture the event, there will be no other events when buttons are pressed down,
Expand Down
Loading