Skip to content

Enter and Command+Enter stop working after selecting table from inline suggestion #1278

@yashwant-das

Description

@yashwant-das

What happened?

I noticed an intermittent issue with the inline suggestion feature in the query editor.

When typing a query such as:

SELECT * FROM

the inline suggestion correctly shows table names. However, after selecting a suggested table (for example customer), pressing Enter does not move the cursor to a new line as expected. Command + Enter also does not execute the query.

The issue only happens immediately after selecting an item from the inline suggestion dropdown.

Steps to reproduce

  1. Type:
    SELECT * FROM
  2. Select a table from the inline suggestion list
  3. Press Enter
  4. Press Command + Enter

Expected behavior

  • Enter should move the cursor to a new line
  • Command + Enter should execute the query normally after selecting a table from autocomplete suggestions

Database type

MySQL / MariaDB

TablePro version

0.41.0 (84)

macOS version & chip

26.4.1 (25E253)/Apple M4 Max

Screenshots / Logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions