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]",
|
||||
|
||||
Reference in New Issue
Block a user