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

replace with div

parent f8915308
No related branches found
No related tags found
No related merge requests found
Pipeline #57302 passed with stages
in 3 minutes and 35 seconds
......@@ -94,7 +94,6 @@ const IconRemove = styled(Icon)`
let previousNode = '';
export default ({ setPosition, position }) => {
console.log('here');
const context = useContext(WaxContext);
const {
activeView,
......
......@@ -13,7 +13,7 @@ const activeStylesSvg = css`
fill: white !important;
`;
const StyledIconActionContainer = styled.span`
const StyledIconActionContainer = styled.div`
font-variant-numeric: lining-nums proportional-nums;
display: inline-block;
height: 24px;
......
......@@ -11,7 +11,7 @@ const multipleDropDownOptionNode = {
atom: true,
parseDOM: [
{
tag: 'span.multiple-drop-down-option',
tag: 'div.multiple-drop-down-option',
getAttrs(dom) {
return {
id: dom.getAttribute('id'),
......@@ -25,7 +25,7 @@ const multipleDropDownOptionNode = {
],
toDOM(node) {
return [
'span',
'div',
{
id: node.attrs.id,
class: node.attrs.class,
......
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