You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option OpenDirectoryWithOneClick default false
because of two reasons
-when using a touch device you need the click to open the subfolder
-we have a logic that when controlling with the keyboard, the mouse doesn't accidentally select something if the mouse is where a new menu appears. We count the mouse move events and at mouseMoveEvents > 6 selecting via mouse is possible again. Via remote desktop (rdp), these events don't come as quickly and therefore you want to open the subfolder by clicking on a folder in this case, because it takes too long with the mouseMoveEvents.
Option OpenDirectoryWithOneClick default false
because of two reasons
-when using a touch device you need the click to open the subfolder
-we have a logic that when controlling with the keyboard, the mouse doesn't accidentally select something if the mouse is where a new menu appears. We count the mouse move events and at mouseMoveEvents > 6 selecting via mouse is possible again. Via remote desktop (rdp), these events don't come as quickly and therefore you want to open the subfolder by clicking on a folder in this case, because it takes too long with the mouseMoveEvents.
related #295
The text was updated successfully, but these errors were encountered: