Skip to content
Snippets Groups Projects
Commit f8915308 authored by chris's avatar chris
Browse files

remove defining

parent 8832c048
No related branches found
No related tags found
No related merge requests found
Pipeline #57301 passed with stages
in 3 minutes and 55 seconds
...@@ -94,6 +94,7 @@ const IconRemove = styled(Icon)` ...@@ -94,6 +94,7 @@ const IconRemove = styled(Icon)`
let previousNode = ''; let previousNode = '';
export default ({ setPosition, position }) => { export default ({ setPosition, position }) => {
console.log('here');
const context = useContext(WaxContext); const context = useContext(WaxContext);
const { const {
activeView, activeView,
......
...@@ -9,7 +9,6 @@ const multipleDropDownOptionNode = { ...@@ -9,7 +9,6 @@ const multipleDropDownOptionNode = {
group: 'inline questions', group: 'inline questions',
inline: true, inline: true,
atom: true, atom: true,
defining: true,
parseDOM: [ parseDOM: [
{ {
tag: 'span.multiple-drop-down-option', tag: 'span.multiple-drop-down-option',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment