fix: Unable to easily edit captions in Firefox, closes #6513
This commit is contained in:
@@ -100,7 +100,9 @@ export default class Image extends SimpleImage {
|
||||
marks: "",
|
||||
group: "inline",
|
||||
selectable: true,
|
||||
draggable: true,
|
||||
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1289000
|
||||
draggable: false,
|
||||
atom: true,
|
||||
parseDOM: [
|
||||
{
|
||||
tag: "div[class~=image]",
|
||||
|
||||
@@ -39,6 +39,9 @@ export default class Video extends Node {
|
||||
title: {},
|
||||
},
|
||||
group: "block",
|
||||
selectable: true,
|
||||
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1289000
|
||||
draggable: false,
|
||||
defining: true,
|
||||
atom: true,
|
||||
parseDOM: [
|
||||
|
||||
Reference in New Issue
Block a user