sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.51k stars 526 forks source link

Improve logic for query editor focusing #690

Closed MasterOdin closed 2 years ago

MasterOdin commented 2 years ago

687 improved things so that changing tabs would focus the editor. Unfortunately, this broke using the database filter input, but also creating a new tab would not have the editor focused.

This PR fixes it so that only changing tabs affects editor focus, as well as focusing when opening a new tab.