image can't be inserted inside table (#2904)

* image can't be inserted inside table

Now we've diabled image icon from showing up if the cursor is inside a table node or if a table cell is selected

* added drag drop support for document editor

* fixed missing dependencies
This commit is contained in:
M. Palanikannan
2023-11-27 20:37:40 +05:30
committed by sriram veeraghanta
parent 041c3af35a
commit 10cde58363
32 changed files with 555 additions and 553 deletions

View File

@@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
"export": "next export",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"dependencies": {
"@blueprintjs/popover2": "^1.13.3",
@@ -57,7 +58,8 @@
"sharp": "^0.32.1",
"swr": "^2.1.3",
"tailwind-merge": "^2.0.0",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",