1
1
mirror of https://github.com/varkor/quiver.git synced 2024-10-26 15:17:39 +03:00

Increase Defer timeout slack

In my experience, sometimes the selection was not being updated in time. By increasing the slack, we should catch the selection change more frequently.
This commit is contained in:
varkor 2020-03-04 00:12:35 +00:00
parent a59c8b52f8
commit ed47b13b67

View File

@ -2547,7 +2547,7 @@ class Toolbar {
flash(input);
}
}
}, 4);
}, 8);
}
}
}