We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33add6f commit 94990fbCopy full SHA for 94990fb
ILSpy/AssemblyTree/AssemblyTreeModel.cs
@@ -767,6 +767,7 @@ private void TreeView_SelectionChanged()
767
}
768
else
769
{
770
+ // ensure that we are only connected once to the event, else we might get multiple notifications
771
ContextMenuProvider.ContextMenuClosed -= ContextMenuClosed;
772
ContextMenuProvider.ContextMenuClosed += ContextMenuClosed;
773
0 commit comments