You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I noticed when I first tried the plugin is that every time I run a query using a helper in the drawer, the drawer jumps by one or two lines. I thought it was some sort of a glitch, but it actually has to do with the Buffers section first appearing in the drawer and scrolling it by two lines, then growing by 1 line as each new buffer is added to the list.
BEFORE pressing Enter over the List helper:
AFTER pressing Enter over the List helper, then returning focus back to drawer - note the current line has changed:
The root cause is that the Schemas section is below the Buffers section in the drawer. Initially, the Buffers section doesn't exist, then it appears, causing the drawer to be scrolled by two lines. From that point forward, it shifts by 1 line for each new buffer created. It's kind of an annoying behavior, and it makes you "loose your place" in the navigation as you navigate in and out of the drawer - the desired behavior would be for the cursor to stay in the same place and not jump lines.
I think the easiest fix is to simply re-arrange the sections, so that the Schemas secition is positioned right below "+ New Query". What do you think?
The text was updated successfully, but these errors were encountered:
One thing I noticed when I first tried the plugin is that every time I run a query using a helper in the drawer, the drawer jumps by one or two lines. I thought it was some sort of a glitch, but it actually has to do with the Buffers section first appearing in the drawer and scrolling it by two lines, then growing by 1 line as each new buffer is added to the list.
BEFORE pressing Enter over the List helper:
![Screen Shot 2025-01-08 at 9 27 43 PM](https://private-user-images.githubusercontent.com/77592/401376796-5ef79e70-f615-4fef-98cd-a355d146dcee.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDUyMTcsIm5iZiI6MTczOTMwNDkxNywicGF0aCI6Ii83NzU5Mi80MDEzNzY3OTYtNWVmNzllNzAtZjYxNS00ZmVmLTk4Y2QtYTM1NWQxNDZkY2VlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwMTUxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZhZTY0NDE0OWMxM2E3ZTgxZjMyYjk4Yzg3NjdhM2VjNDU4NjZjNzFkY2JiNTY1ZGFhMTAwZDcwNTFlYTMzZjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.x_SpSTPsH_YcGRw2vkGJmva-QrdB0TeVZVQcR_czqIE)
AFTER pressing Enter over the List helper, then returning focus back to drawer - note the current line has changed:
![Screen Shot 2025-01-08 at 9 29 21 PM](https://private-user-images.githubusercontent.com/77592/401376809-c8f541d1-c725-45e0-a889-0956f320512c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDUyMTcsIm5iZiI6MTczOTMwNDkxNywicGF0aCI6Ii83NzU5Mi80MDEzNzY4MDktYzhmNTQxZDEtYzcyNS00NWUwLWE4ODktMDk1NmYzMjA1MTJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDIwMTUxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyODQzNDg4MWRiNWEwYTIzOGEwNjM4Y2NmOTFhNDRmYjRjZmVmNmQ1MjU1MzlmN2Y5OTU0ZThhNjljYmZjYzQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nz9om9oXX8ly_yOb5xVE60ClGMfhfDs4DTLNqA2LFtU)
The root cause is that the Schemas section is below the Buffers section in the drawer. Initially, the Buffers section doesn't exist, then it appears, causing the drawer to be scrolled by two lines. From that point forward, it shifts by 1 line for each new buffer created. It's kind of an annoying behavior, and it makes you "loose your place" in the navigation as you navigate in and out of the drawer - the desired behavior would be for the cursor to stay in the same place and not jump lines.
I think the easiest fix is to simply re-arrange the sections, so that the Schemas secition is positioned right below "+ New Query". What do you think?
The text was updated successfully, but these errors were encountered: