forked from j62/ctbrec
1
0
Fork 0

Sleep 100ms between open and close checks for the preview

This commit is contained in:
0xboobface 2019-06-11 19:58:46 +02:00
parent e4fd02cda9
commit 367bec664c
1 changed files with 1 additions and 1 deletions

View File

@ -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;