fix: remove forced rerender from mutator#6918
fix: remove forced rerender from mutator#6918BeksOmega merged 1 commit intoRaspberryPiFoundation:developfrom
Conversation
|
Fixes #6953 correct? |
Editted PR description! |
|
Sorry, what should I do to have the solution to #6953 ? |
I applaud this instinct, but it looks like in this particular case you should have had more faith in your coding! |
The easiest thing is to wait for the next release of Blockly. If this (annoying but largely cosmetic) bug can't wait, you can build Blockly yourself from the |
(cherry picked from commit d897cdc)
The basics
npm run formatandnpm run lintThe details
Resolves
Fixes #3511
Fixes #6953
Work on #4288
Proposed Changes
Removes the batch rendering from the mutator logic - since we now have actual batch rendering that doesn't rely on mangling the
renderedproperty!Reason for Changes
Code simplification.
Test Coverage
Manually tested that #4175 and #3458 do not reproduce.
Tested that mutating continues to work.
Documentation
N/A
Additional Information
While I do trust this code, I don't trust it enough to put it into the imminently approaching release. So I'm going to put this up as a draft.