This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
gui-cs.Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
View.Mouse cleanup - Fixed TableView
Tig
9 months ago
parent
2e37ca3592
commit
8807e485c3
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
Terminal.Gui/Views/TableView/TableView.cs
+ 0
- 1
Terminal.Gui/Views/TableView/TableView.cs
View File
@@ -892,7 +892,6 @@ public class TableView : View
}
Update ();
- me.Handled = true;
}
}