Skip to content

UBER-681 Do not select objects when not navigating via keyboard#3569

Merged
haiodo merged 1 commit into
mainfrom
uber-681-issue-auto-selection
Aug 8, 2023
Merged

UBER-681 Do not select objects when not navigating via keyboard#3569
haiodo merged 1 commit into
mainfrom
uber-681-issue-auto-selection

Conversation

@aonnikov

@aonnikov aonnikov commented Aug 8, 2023

Copy link
Copy Markdown
Member

Contribution checklist

Brief description

Checklist

  • - UI test added to added/changed functionality?
  • - Screenshot is added to PR if applicable ?
  • - Does the code work? Check whether function and logic are correct.
  • - Does Changelog.md is updated with changes?
  • - Does the translations are up to date?
  • - Does it well tested?
  • - Tested for Chrome.
  • - Tested for Safari.
  • - Go through the changed code looking for typos, TODOs, commented LOCs, debugging pieces of code, etc.
  • - Rebase your branch onto master and upstream branch
  • - Is there any redundant or duplicate code?
  • - Are required links are linked to PR?
  • - Does new code is well documented ?

Related issues

A list of closed updated issues

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
@aonnikov
aonnikov requested review from BykhovDenis and haiodo August 8, 2023 05:03
}

export function select (offset: 1 | -1 | 0, of?: Doc): void {
export function select (offset: 1 | -1 | 0, of?: Doc, noScroll?: boolean): void {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad name for field, in case false is passed it will scroll

image

@haiodo
haiodo merged commit 551432f into main Aug 8, 2023
@haiodo
haiodo deleted the uber-681-issue-auto-selection branch August 8, 2023 14:19
annano pushed a commit that referenced this pull request Aug 24, 2023
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
MichaelUray pushed a commit to MichaelUray/huly-platform that referenced this pull request Jul 9, 2026
…gineering#3569)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants