mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +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() {
|
||||
return {
|
||||
template: `
|
||||
<div data-type="drag_item">
|
||||
<div data-type="drag_item" contenteditable="false">
|
||||
<div ref="content" contenteditable="true"></div>
|
||||
<div data-drag-handle contenteditable="false"></div>
|
||||
<div data-drag-handle></div>
|
||||
</div>
|
||||
`,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user