Relative Content

Tag Archive for svelte

Svelte: editablecontent and onChange

In svelte, I know that one can use editablecontent with bind:innerHTML to bind the content of a div with a variable. But in my case I want to modify the variable only when the div loses the focus (on:blur). So I tried to write this, inspired by what I do on input: