Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to autofocus inside of a link popover #1404

Open
seangibbens opened this issue Oct 18, 2023 · 0 comments
Open

Option to autofocus inside of a link popover #1404

seangibbens opened this issue Oct 18, 2023 · 0 comments

Comments

@seangibbens
Copy link

When configuring the link component inside of a toolbar, it would be nice if there was an option to autofocus inside of the "Link Title" or "Link Target" fields in the popup. When adding a link inside of the editor, it would eliminate an extra click which would be nice.

Here are the current options:

link: {
    inDropdown: false,
    className: undefined,
    component: undefined,
    popupClassName: undefined,
    dropdownClassName: undefined,
    showOpenOptionOnHover: true,
    defaultTargetOption: '_self',
    options: ['link', 'unlink'],
    link: { icon: link, className: undefined },
    unlink: { icon: unlink, className: undefined },
    linkCallback: undefined
  }
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

No branches or pull requests

1 participant