chore: delete useless DRAG_STACK value (#7994)

This commit is contained in:
Beka Westberg
2024-04-04 22:58:24 +00:00
committed by GitHub
parent fd177358ea
commit c60db431ca
3 changed files with 0 additions and 18 deletions

View File

@@ -15,14 +15,6 @@ import {ConnectionType} from './connection_type.js';
*/
export const COLLAPSE_CHARS = 30;
/**
* When dragging a block out of a stack, split the stack in two (true), or drag
* out the block healing the stack (false).
*
* @internal
*/
export const DRAG_STACK = true;
/**
* Lookup table for determining the opposite type of a connection.
*