mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
fix drag handle demo for firefox
This commit is contained in:
parent
c2b99e25d9
commit
01ccf4fd00
@ -21,9 +21,9 @@ export default class DragItem extends Node {
|
|||||||
get view() {
|
get view() {
|
||||||
return {
|
return {
|
||||||
template: `
|
template: `
|
||||||
<div data-type="drag_item">
|
<div data-type="drag_item" contenteditable="false">
|
||||||
<div ref="content" contenteditable="true"></div>
|
<div ref="content" contenteditable="true"></div>
|
||||||
<div data-drag-handle contenteditable="false"></div>
|
<div data-drag-handle></div>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user