@vonaffenfels/slate-editor 1.0.21 → 1.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonaffenfels/slate-editor",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -71,7 +71,7 @@
71
71
  "cssnano": "^5.0.1",
72
72
  "escape-html": "^1.0.3"
73
73
  },
74
- "gitHead": "f6bc2eb71e3132eeceb3b175e37360d419979c2d",
74
+ "gitHead": "3e1bd9a8bec354c2f96703797b9985250c3d37e0",
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  }
@@ -428,6 +428,7 @@ const BlockSelect = ({
428
428
  <label className="block">Element</label>
429
429
  <select
430
430
  onChange={e => onSelectChange(stories.find(s => s.id === e.target.value))}
431
+ value={active?.block}
431
432
  className="font-bold"
432
433
  >
433
434
  <option>Element wählen</option>