[WEB-2730] chore: core/editor updates to support mobile editor (#5910)
* added editor changes w.r.t mobile-editor * added external extensions option * fix: type errors in image block * added on transaction method * fix: optional prop fixed * fix: memoize the extensions array * fix: added missing deps * fix: image component types * fix: remove range prop * fix: type fixes and better names of img src * fix: image load blinking * fix: code review * fix: props code review * fix: coderabbit review --------- Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
This commit is contained in:
parent
8ea34b5995
commit
3696062372
26 changed files with 164 additions and 61 deletions
|
|
@ -1,10 +1,10 @@
|
|||
// styles
|
||||
// import "./styles/tailwind.css";
|
||||
import "src/styles/variables.css";
|
||||
import "src/styles/editor.css";
|
||||
import "src/styles/table.css";
|
||||
import "src/styles/github-dark.css";
|
||||
import "src/styles/drag-drop.css";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/editor.css";
|
||||
import "./styles/table.css";
|
||||
import "./styles/github-dark.css";
|
||||
import "./styles/drag-drop.css";
|
||||
|
||||
// editors
|
||||
export {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue