mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
chore: delete useless DRAG_STACK value (#7994)
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user