diff --git a/src/NotifyIconWpf/TaskbarIcon.cs b/src/NotifyIconWpf/TaskbarIcon.cs index 246e242..1358d82 100644 --- a/src/NotifyIconWpf/TaskbarIcon.cs +++ b/src/NotifyIconWpf/TaskbarIcon.cs @@ -433,11 +433,6 @@ private void OnMouseEvent(MouseEvent me) singleClickTimer.Change(DoubleClickWaitTime, Timeout.Infinite); isLeftClickCommandInvoked = true; } - else - { - // show context menu immediately - ShowContextMenu(cursorPosition); - } } // make sure the left click command is invoked on mouse clicks