forked from j62/ctbrec
Sleep 100ms between open and close checks for the preview
This commit is contained in:
parent
e4fd02cda9
commit
367bec664c
|
@ -174,7 +174,7 @@ public class PreviewPopupHandler implements EventHandler<MouseEvent> {
|
|||
}
|
||||
|
||||
try {
|
||||
Thread.sleep(1);
|
||||
Thread.sleep(100);
|
||||
} catch (InterruptedException e) {
|
||||
LOG.error("PreviewPopupTimer interrupted");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue