mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
feat(dragging): Create (new) IDragger and IDraggable interfaces (#7953)
* chore(dragging): Rename core/interfaces/i_draggable.ts Rename core/interfaces/i_draggable.ts to core/interfaces/i_draggable.old.ts to make room for new IDraggable. Do not rename actual interface as it's not yet clear that it will be necessary for both to coexist as imports in the same file. * feat(dragging): Introduce new IDraggable interface * feat(dragging): Introduce new IDragger interface --------- Co-authored-by: Beka Westberg <bwestberg@google.com>
This commit is contained in:
committed by
GitHub
parent
b0430d5302
commit
11c219c537
@@ -22,7 +22,7 @@ import type {Abstract} from './events/events_abstract.js';
|
||||
import type {BlockDelete} from './events/events_block_delete.js';
|
||||
import * as eventUtils from './events/utils.js';
|
||||
import type {IAutoHideable} from './interfaces/i_autohideable.js';
|
||||
import type {IDraggable} from './interfaces/i_draggable.js';
|
||||
import type {IDraggable} from './interfaces/i_draggable.old.js';
|
||||
import type {IFlyout} from './interfaces/i_flyout.js';
|
||||
import type {IPositionable} from './interfaces/i_positionable.js';
|
||||
import type {UiMetrics} from './metrics_manager.js';
|
||||
|
||||
Reference in New Issue
Block a user