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
The drawing will disappear from the canvas if a tab is left without focus for too long. This could be related to Chrome dumping memory for that tab, but the rest of the page remains fine, so it's not like what I've seen with YouTube pages sitting for too long when Chrome dumps the memory for them. In that case, the entire page refreshes upon re-focus.
Acceptance Criteria
The cause of the disappearing drawing is determined
A workaround, fix, or documentation solution is determined and implemented
Approach
TBD
Notes
TBD
The text was updated successfully, but these errors were encountered:
I noticed that there were some canvas.beginPath(); calls without a closing canvas.closePath(); call. I've now closed all of those and it seems like the canvas disappearing issue may be resolved. Those changes are in commit 02586d2.
Background
The drawing will disappear from the canvas if a tab is left without focus for too long. This could be related to Chrome dumping memory for that tab, but the rest of the page remains fine, so it's not like what I've seen with YouTube pages sitting for too long when Chrome dumps the memory for them. In that case, the entire page refreshes upon re-focus.
Acceptance Criteria
Approach
Notes
TBD
The text was updated successfully, but these errors were encountered: