From 8af700fff18b0b8a0154be1d078115dfdc6f2bb5 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Wed, 1 Dec 2021 19:04:24 -0800 Subject: [PATCH] feat: make checkAndDelete a public API --- core/block_svg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/block_svg.js b/core/block_svg.js index 09c6b8b3373..87d4b5f320c 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -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) {