Removed unnecessary logging
This commit is contained in:
parent
65f48a70b4
commit
125329a3aa
@ -48,9 +48,6 @@ private fun Modifier.contextMenu(items: () -> List<ContextMenuElement>): Modifie
|
||||
val mouseEvent = lastMouseEvent.awtEventOrNull
|
||||
|
||||
if (mouseEvent != null) {
|
||||
if (!lastMouseEvent.toString().contains("MOUSE_MOVED"))
|
||||
println(lastMouseEvent.toString())
|
||||
|
||||
if (lastMouseEvent.button.isSecondary) {
|
||||
val currentCheck = System.currentTimeMillis()
|
||||
if (lastCheck != 0L && currentCheck - lastCheck < MIN_TIME_BETWEEN_POPUPS) {
|
||||
|
Loading…
Reference in New Issue
Block a user