google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.52k stars 3.72k forks source link

fix: Disable newly created function call blocks when the corresponding definition is disabled. #8665

Open gonfunko opened 1 week ago

gonfunko commented 1 week ago

The basics

The details

Resolves

Fixes #8661

Proposed Changes

This PR fixes a bug that allow enabled function caller blocks to be created on the workspace after their corresponding definition block was disabled.