mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 19:41:59 -08:00
Decreased tooltip display delay from 700ms to 300ms
This commit is contained in:
parent
2c063acbeb
commit
004aa20d08
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ public class MageActionCallback implements ActionCallback {
|
||||||
ThreadUtils.threadPool2.submit(new Runnable() {
|
ThreadUtils.threadPool2.submit(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
ThreadUtils.sleep(700);
|
ThreadUtils.sleep(300);
|
||||||
|
|
||||||
if (popupCard == null || !popupCard.equals(data.card)) {
|
if (popupCard == null || !popupCard.equals(data.card)) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue