mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
feat: have the gesture use a dragger for blocks (#7972)
* feat: have block use drag strategy * fix: gesture to use dragger for blocks * chore: register dragger * chore: remove getInsertionMarkers and pull logic into workspace
This commit is contained in:
@@ -40,6 +40,7 @@ import * as comments from './comments.js';
|
||||
import * as Css from './css.js';
|
||||
import {DeleteArea} from './delete_area.js';
|
||||
import * as dialog from './dialog.js';
|
||||
import {Dragger} from './dragging/dragger.js';
|
||||
import {DragTarget} from './drag_target.js';
|
||||
import * as dropDownDiv from './dropdowndiv.js';
|
||||
import * as Events from './events/events.js';
|
||||
@@ -466,6 +467,7 @@ export {ContextMenuRegistry};
|
||||
export {comments};
|
||||
export {Cursor};
|
||||
export {DeleteArea};
|
||||
export {Dragger};
|
||||
export {DragTarget};
|
||||
export const DropDownDiv = dropDownDiv;
|
||||
export {Field, FieldConfig, FieldValidator, UnattachedFieldError};
|
||||
|
||||
Reference in New Issue
Block a user