storyblok-vue icon indicating copy to clipboard operation
storyblok-vue copied to clipboard

Add check for undefined binding value

Open appdcs opened this issue 3 years ago • 0 comments

In some instances, the value passed to v-editable can be null or undefined, meaning a check for the type of binding.value._editable can throw an error. This PR adds a simple check to cater to that scenario.

appdcs avatar May 03 '21 18:05 appdcs