mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
feat: make checkAndDelete a public API (#5772)
This commit is contained in:
@@ -940,7 +940,6 @@ BlockSvg.prototype.dispose = function(healStack, animate) {
|
||||
* as the full delete action. If you are disposing of a block from the workspace
|
||||
* and don't need to perform flyout checks, handle event grouping, or hide
|
||||
* chaff, then use `block.dispose()` directly.
|
||||
* @package
|
||||
*/
|
||||
BlockSvg.prototype.checkAndDelete = function() {
|
||||
if (this.workspace.isFlyout) {
|
||||
|
||||
Reference in New Issue
Block a user