Skip to content

Commit 417ffe2

Browse files
committed
BUGFIX: add dnd context
1 parent a9ffc9b commit 417ffe2

File tree

3 files changed

+126
-123
lines changed

3 files changed

+126
-123
lines changed

Resources/Private/StructuredEditing/src/manifest.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ import ReactDOM from 'react-dom';
44
import manifest from '@neos-project/neos-ui-extensibility';
55
import {selectors} from '@neos-project/neos-ui-redux-store';
66
import {DropDown} from '@neos-project/react-ui-components';
7+
import {withDragDropContext} from '@neos-project/neos-ui-decorators';
78
import {connect} from 'react-redux';
89
import {$transform, $get} from 'plow-js';
910
import 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,

0 commit comments

Comments
 (0)