fix: Image Resizing and PR (#2996)
* added image min width and height programatically * fixed editor initialization for peek view and inbox issues * fixed ts issues with issue id in inbox
This commit is contained in:
parent
91cb15c2e3
commit
1bddaf75b2
13 changed files with 81 additions and 63 deletions
|
|
@ -5,7 +5,7 @@ import { PluginKey, NodeSelection, Plugin } from "@tiptap/pm/state";
|
|||
import { __serializeForClipboard, EditorView } from "@tiptap/pm/view";
|
||||
|
||||
function createDragHandleElement(): HTMLElement {
|
||||
let dragHandleElement = document.createElement("div");
|
||||
const dragHandleElement = document.createElement("div");
|
||||
dragHandleElement.draggable = true;
|
||||
dragHandleElement.dataset.dragHandle = "";
|
||||
dragHandleElement.classList.add("drag-handle");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue