Skip to content

Commit

Permalink
fix: resize-observer removed as its logic is now handled by CoCreate-…
Browse files Browse the repository at this point in the history
…events
  • Loading branch information
frankpagan committed Jan 28, 2024
1 parent 762f2b9 commit 0a10e83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ module.exports = {
"import": "@cocreate/api",
"selector": "[actions], [template_id]"
},
"resizeObserver": {
"import": "@cocreate/resize-observer",
"selector": "[resize-selector]"
},
"dnd": {
"import": "@cocreate/dnd",
"selector": "[sortable], [cloneables], [draggable], [droppable], [cloneable]"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"@cocreate/remove": "^1.10.0",
"@cocreate/render": "^1.35.0",
"@cocreate/resize": "^1.10.0",
"@cocreate/resize-observer": "^1.8.0",
"@cocreate/rich-text": "^1.9.0",
"@cocreate/scroll": "^1.10.0",
"@cocreate/search": "^1.8.0",
Expand Down

0 comments on commit 0a10e83

Please # to comment.