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