@seafile/sdoc-editor 1.0.211-test-0.2 → 1.0.211-test-0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -253,8 +253,7 @@ const Image = _ref => {
|
|
|
253
253
|
},
|
|
254
254
|
onMouseOver: e => (0, _helpers.selectImageWhenSelectPartial)(e, editor, element, isSelected),
|
|
255
255
|
contentEditable: "false",
|
|
256
|
-
suppressContentEditableWarning: true
|
|
257
|
-
tabindex: "0"
|
|
256
|
+
suppressContentEditableWarning: true
|
|
258
257
|
}), /*#__PURE__*/_react.default.createElement("svg", {
|
|
259
258
|
xmlns: "http://www.w3.org/2000/svg",
|
|
260
259
|
viewBox: "0 0 360 360",
|
|
@@ -264,8 +263,7 @@ const Image = _ref => {
|
|
|
264
263
|
}),
|
|
265
264
|
ref: imageRef,
|
|
266
265
|
style: getImageStyle(),
|
|
267
|
-
draggable: false
|
|
268
|
-
tabindex: "0"
|
|
266
|
+
draggable: false
|
|
269
267
|
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
270
268
|
width: "100%",
|
|
271
269
|
height: "100%",
|
|
@@ -274,8 +272,7 @@ const Image = _ref => {
|
|
|
274
272
|
className: "sdoc-image-content-wrapper",
|
|
275
273
|
textAnchor: "middle",
|
|
276
274
|
dominantBaseline: "middle",
|
|
277
|
-
transform: "translate(180, 180)"
|
|
278
|
-
contentEditable: "false"
|
|
275
|
+
transform: "translate(180, 180)"
|
|
279
276
|
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
280
277
|
className: "sdoc-image-title",
|
|
281
278
|
transform: "translate(0, 0)"
|