kickstartDS / storybook-addon-jsonschema

Displays associated JSON Schema documentation using a rich schema explorer interface, and adds a validating JSON Code Editor with semantic auto-complete to interact with your components, and copy configurations with ease.
https://www.kickstartDS.com/docs/integration/storybook/schema
MIT License
12 stars 1 forks source link

prevent unnecessary editor updates #14

Closed lmestel closed 2 years ago

lmestel commented 2 years ago

Änderungen im Editor bewirken ein Update der Args. Und diese hatten dann wieder ein Update des Editors bewirkt, was dazu führte, dass beim Tippen im Editor der Cursor ans Ende des JSON sprang. Letzteres ist mit diesem PR behoben.

📦 Published PR as canary version: 1.0.0-canary.14.54e9997.0
:sparkles: Test out this PR locally via: ```bash npm install @kickstartds/storybook-addon-jsonschema@1.0.0-canary.14.54e9997.0 # or yarn add @kickstartds/storybook-addon-jsonschema@1.0.0-canary.14.54e9997.0 ```