mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
remove table event handlers in treetablesource
This commit is contained in:
@@ -68,6 +68,8 @@ public class TreeTableSource<T> : IEnumerableTableSource<T>, IDisposable where T
|
||||
/// <inheritdoc/>
|
||||
public void Dispose ()
|
||||
{
|
||||
_tableView.KeyPress -= Table_KeyPress;
|
||||
_tableView.MouseClick -= Table_MouseClick;
|
||||
_tree.Dispose ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user