fix drag handle demo for firefox

This commit is contained in:
Philipp Kühn 2019-10-04 11:08:37 +02:00
parent c2b99e25d9
commit 01ccf4fd00

View File

@ -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>
`,
}