Maximouse

Results 348 comments of Maximouse

> no one would put the code there without a reason Not necessarily with a good reason.

> Now when I open the editor with `hide-flyout` enabled, the workspace is extended to the right too far and the vertical scroll bar becomes hidden. Interestingly, this also happens...

> @Joeclinton1 Good point. I wonder if we should extend `updateAllBlocks` so that it receives both `addon.tab.traps.getBlockly().getMainWorkspace()` and `addon.tab.traps.getWorkspace()`. Blockly stores all workspaces in an object called `Blockly.Workspace.WorkspaceDB_`. Always updating...

> I wonder if there's a maximum amount of workspaces that can be stored in `WorkspaceDB_` or if it just keeps growing as you use the editor...? The custom block...

> Am I misunderstanding what this is about? Isn't this exactly about overriding `StringUtil.unusedName`'s behavior? When a name is already used, it shouldn't fall back on adding `2` to it,...

Not an addon API bug - modal created using `addon.tab.createModal` don't have this issue. > We could make an addon just to fix it, I guess, or add it to...

I can't reproduce the bug without `editor-searchable-dropdowns` - even if a small part of the dropdown at the bottom is cut off, all options are fully visible.

In #3496, I suggested a switch to the "Enabled" group.

The code will be easier to understand if you add `input` at the end of each selector instead of checking `input[type="text"]` and `input[type="number"]` separately.

Browsers have a minimum font size setting. In Chrome and Edge, it's under Appearance → Customize fonts: ![image](https://github.com/ScratchAddons/ScratchAddons/assets/51849865/dd3ca34f-ad29-4896-92e6-c653455e4f9f) In Firefox, it's under General → Language and Appearance → Fonts →...