Pinned
299 contributions in the last year
Less
More
Contribution activity
June 2021
Created 22 commits in 2 repositories
Created a pull request in google/blockly that received 4 comments
Group field edits together for undo/redo
Fixes #4189. Also use 0 instead of 0px, in accordance with the rest of Blockly and Google’s CSS style guide.
+8
−11
•
4
comments
Opened 11 other pull requests in 1 repository
google/blockly
10
merged
1
open
- Revert "Group field edits together for undo/redo"
- Fix escape key on all fields.
- Honour option for collapse in context menu
- Add option to hide the inline/external menu option
- Don’t hide insertion marker if it’s already gone
- Remove return value from Field dropdownCreate_
- Remove extra space in generator error message.
- Use null-prototype objects for maps
- Fix removal of spaces near parens inside strings
- Use String() over toLocaleString when possible
- Code simplifications
Reviewed 3 pull requests in 1 repository
Created an issue in google/blockly that received 4 comments
Blockly.bumpIntoBoundsHandler_ has doubled loading times
Describe the bug
When a large number of top-level blocks are loaded, Blockly.bumpIntoBoundsHandler_ is called on each block in turn. This consumes …
4
comments