Maximouse
Maximouse
### Description Clicking the emoji picker button while the picker is open doesn't close the picker popup. ### Reproduction steps 1. Enable the emoji picker addon. 2. Go to a...
Resolves #2379 Resolves #3750 ### Changes Removes most of the CSS in the editor-theme3 addon and replaces `Blockly.Colours` (suggested by @TheColaber [here](https://github.com/ScratchAddons/ScratchAddons/pull/3491#issuecomment-919095721)) and `.init` methods of various fields instead. There...
### Changes Allows the opacity of the block palette to be changed using editor dark mode. All presets use the default 80%. Migration code will be needed to add transparency...
### Description When enabling or disabling customizable block text style or its "bold text" setting, the size of the blocks doesn't change. This results in weird spacing until the page...
### Description The popup for adding blocks provided by the developer tools addon is sometimes shown behind a context menu or dropdown. ### Reproduction steps 1. Right click the code...
The editor comment previews addon has settings named "reduce animation" and "reduce transparency". It's weird to have Boolean settings that disable a feature.
This was first reported by the Scratch user andyman11 [here](https://scratch.mit.edu/users/blob8108/#comments-80623979). > I found a bug with scratchblocks, in both 2.0 and 3.0 theme, the cat tag turns define blocks into...
Resolves #4968 Resolves #5022 ### Changes * Fixes the layout shift by disabling `runAtComplete` and showing the div containing the chart before the chart loads. * Shows a loading spinner...
**Is your feature request related to a problem? Please describe.** @WorldLanguages recently ported some editor dark themes. Currently the addon overrides CSS from other addons, which is not good for...
### Changes Updates editor dark mode and customizable block colors addons to change the colors of extension icons in the category menu. The affected icons are debugger, music, video sensing,...