feat: make checkAndDelete a public API (#5772)

This commit is contained in:
alschmiedt
2021-12-02 11:39:08 -08:00
committed by GitHub
parent 7d7bd75c3a
commit 6128f2dfd4

View File

@@ -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) {