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: "",
|
marks: "",
|
||||||
group: "inline",
|
group: "inline",
|
||||||
selectable: true,
|
selectable: true,
|
||||||
draggable: true,
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1289000
|
||||||
|
draggable: false,
|
||||||
|
atom: true,
|
||||||
parseDOM: [
|
parseDOM: [
|
||||||
{
|
{
|
||||||
tag: "div[class~=image]",
|
tag: "div[class~=image]",
|
||||||
|
|||||||
@@ -39,6 +39,9 @@ export default class Video extends Node {
|
|||||||
title: {},
|
title: {},
|
||||||
},
|
},
|
||||||
group: "block",
|
group: "block",
|
||||||
|
selectable: true,
|
||||||
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1289000
|
||||||
|
draggable: false,
|
||||||
defining: true,
|
defining: true,
|
||||||
atom: true,
|
atom: true,
|
||||||
parseDOM: [
|
parseDOM: [
|
||||||
|
|||||||
Reference in New Issue
Block a user