pxx-vue-quill 1.0.169 → 1.0.170
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.
package/dist/vue-quill.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*
|
|
8
8
|
* Copyright (c) 2025 Pxx-Team
|
|
9
9
|
* Released under the MIT license
|
|
10
|
-
* Date: 2025-
|
|
10
|
+
* Date: 2025-10-16T03:16:59.684Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20241,6 +20241,7 @@
|
|
|
20241
20241
|
img.style.maxWidth = '100%';
|
|
20242
20242
|
img.style.height = 'auto';
|
|
20243
20243
|
img.style.objectFit = 'contain';
|
|
20244
|
+
img.style.cursor = '';
|
|
20244
20245
|
});
|
|
20245
20246
|
}
|
|
20246
20247
|
};
|