mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #425] Panic on mouse move #312
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#312
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 @k33nice on GitHub (Apr 3, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/425
I've updated the module to the recent version with mouse support and I get panic in my app with the code similar to below.
When the popup is shown (press TAB key if you run the code above), moving the mouse causes panic.
@rivo commented on GitHub (Apr 4, 2020):
The latest commit fixes this. Thanks for letting me know.