@sveltia/cms 0.109.0 → 0.109.1
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/README.md +1 -1
- package/dist/sveltia-cms.js +2 -2
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +87 -87
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -495,7 +495,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
|
|
|
495
495
|
- Map
|
|
496
496
|
- A search bar enables users to quickly locate a specific place on the map.[^252]
|
|
497
497
|
- With the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API), users can get their current location with one click.
|
|
498
|
-
- The value can be cleared
|
|
498
|
+
- The value can be cleared by clicking the Clear button.
|
|
499
499
|
- The map’s zoom level is adjusted more intuitively using pinch gestures.
|
|
500
500
|
- The map looks good in dark mode.
|
|
501
501
|
- Markdown
|