mirror of
https://github.com/google/blockly.git
synced 2026-01-06 00:20:37 +01:00
fix: revert dragger name (#8020)
This commit is contained in:
@@ -95,7 +95,11 @@ export class Type<_T> {
|
||||
|
||||
static METRICS_MANAGER = new Type<IMetricsManager>('metricsManager');
|
||||
|
||||
static DRAGGER = new Type<IDragger>('dragger');
|
||||
/**
|
||||
* Type for an IDragger. Formerly behavior was mostly covered by
|
||||
* BlockDraggeers, which is why the name is inaccurate.
|
||||
*/
|
||||
static BLOCK_DRAGGER = new Type<IDragger>('blockDragger');
|
||||
|
||||
/** @internal */
|
||||
static SERIALIZER = new Type<ISerializer>('serializer');
|
||||
|
||||
Reference in New Issue
Block a user