You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am working on presentation I use to update a page right after slide I've edited appear. URL hash update delay cause a problem: I see previous slide after update.
A comment here says that delay can not be avoided.
// Update the URL hash after a delay since updating it mid-transition// is likely to cause visual lagwriteURL(1500);
If it is true, can we make 1500 a configuration variable? Or maybe there is a way to fix visual lag?
The text was updated successfully, but these errors were encountered:
There used to be a known bug in Chrome that caused it to stutter every time the hash changed. Just tested locally and this doesn't seem to be an issue anymore so I've taken out the delay in the dev branch.
When I am working on presentation I use to update a page right after slide I've edited appear. URL hash update delay cause a problem: I see previous slide after update.
A comment here says that delay can not be avoided.
If it is true, can we make
1500
a configuration variable? Or maybe there is a way to fixvisual lag
?The text was updated successfully, but these errors were encountered: