File tree Expand file tree Collapse file tree 3 files changed +126
-123
lines changed
Private/StructuredEditing/src
Public/JavaScript/StructuredEditing Expand file tree Collapse file tree 3 files changed +126
-123
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ import ReactDOM from 'react-dom';
44import manifest from '@neos-project/neos-ui-extensibility' ;
55import { selectors } from '@neos-project/neos-ui-redux-store' ;
66import { DropDown } from '@neos-project/react-ui-components' ;
7+ import { withDragDropContext } from '@neos-project/neos-ui-decorators' ;
78import { connect } from 'react-redux' ;
89import { $transform , $get } from 'plow-js' ;
910import EditorEnvelope from '@neos-project/neos-ui-editors' ;
1011
12+ @withDragDropContext
1113@connect ( $transform ( {
1214 currentlyEditedPropertyName : selectors . UI . ContentCanvas . currentlyEditedPropertyName ,
1315 getNodeByContextPath : selectors . CR . Nodes . nodeByContextPath ,
You can’t perform that action at this time.
0 commit comments