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
I do not see anything consistent in logs, but at one point in testing, I ran across
block.js:180 Uncaught (in promise) Error: COULD NOT CREATE CACHE
at checkBounds (block.js:180)
at checkBounds (block.js:187)
at checkBounds (block.js:187)
at checkBounds (block.js:187)
at checkBounds (block.js:187)
at block.js:203
at new Promise (<anonymous>)
at Block._createCache (block.js:171)
at __processHighlightBitmap (block.js:906)
at Image.img.onload (block.js:7753)
The text was updated successfully, but these errors were encountered:
Funny behavior with the multiply note value clamp
I think that the reproducible steps are:
The issue is rather bothersome once encountered as there is no easy remedy to get the clamp working properly again.
Test Files (note that I am on 4e8f2c3 for this testing)
Funny-Clamp-State-2.html.zip
funny-clamp-state.html.zip
I also checked master... same issue: Clamp-issue-on-Master.html.zip
I do not see anything consistent in logs, but at one point in testing, I ran across
The text was updated successfully, but these errors were encountered: