@searpent/react-image-annotate 2.0.78 → 2.0.79

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.
@@ -298,6 +298,11 @@ function () {
298
298
  */
299
299
 
300
300
  tag.dataset.placeholder = this.api.i18n.t(this._settings.placeholder || '');
301
+ /**
302
+ * Add spellcheck
303
+ */
304
+
305
+ tag.spellcheck = 'true';
301
306
  return tag;
302
307
  }
303
308
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@searpent/react-image-annotate",
3
- "version": "2.0.78",
3
+ "version": "2.0.79",
4
4
  "dependencies": {
5
5
  "@editorjs/editorjs": "^2.25.0",
6
6
  "@editorjs/paragraph": "^2.8.0",