fix: table issues and improve tables button in editor

This commit is contained in:
swve 2025-01-26 12:43:31 +01:00
parent 31e8eaf0b5
commit ca6a80702a
3 changed files with 157 additions and 31 deletions

View file

@ -151,7 +151,6 @@ function Editor(props: Editor) {
immediatelyRender: false,
})
console.log(props.content)
const isMobile = useMediaQuery('(max-width: 767px)')
if (isMobile) {