mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-23 06:58:58 +00:00
fix drag handle on route component
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import {
|
import {
|
||||||
CdkDrag,
|
CdkDrag,
|
||||||
CdkDragDrop,
|
CdkDragDrop,
|
||||||
|
CdkDragHandle,
|
||||||
CdkDragPlaceholder,
|
CdkDragPlaceholder,
|
||||||
CdkDragPreview,
|
CdkDragPreview,
|
||||||
CdkDropList,
|
CdkDropList,
|
||||||
@@ -42,6 +43,7 @@ import { ProcessorComponent } from '../processor/processor';
|
|||||||
ProcessorComponent,
|
ProcessorComponent,
|
||||||
MatTooltipModule,
|
MatTooltipModule,
|
||||||
CdkDrag,
|
CdkDrag,
|
||||||
|
CdkDragHandle,
|
||||||
CdkDropList,
|
CdkDropList,
|
||||||
CdkDragPreview,
|
CdkDragPreview,
|
||||||
CdkDragPlaceholder,
|
CdkDragPlaceholder,
|
||||||
|
|||||||
Reference in New Issue
Block a user