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 {
|
try {
|
||||||
Thread.sleep(1);
|
Thread.sleep(100);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
LOG.error("PreviewPopupTimer interrupted");
|
LOG.error("PreviewPopupTimer interrupted");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue