mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 06:05:49 -06:00
[GH-ISSUE #25] Can't delete single row #27
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @YanuszDupa on GitHub (May 9, 2022).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/25
When single row is selected , I can't delete such row , only when 2 or more rows are selected then delete button is active.
@levinsv commented on GitHub (May 11, 2022):
There is some magic there.
It is necessary to click on the row header and, without releasing the mouse button, move the cursor to the first cell.
@tracktor-git commented on GitHub (Apr 10, 2023):
Is the way to fix it? Or was it done on purpose?
@levinsv commented on GitHub (Apr 10, 2023):
These are the features of the wxWidgets implementation