When changing the UID (whether via it's SID or block's UID), it will fetch content at the new UID, but if that content is empty, it retains the current value, rather than clearing it.
It looks like it's this line here, as when there is no default, it doesn't set this.src. Simple solution would be to just use an empty string if _default is falsey.
When changing the UID (whether via it's SID or block's UID), it will fetch content at the new UID, but if that content is empty, it retains the current value, rather than clearing it.
It looks like it's this line here, as when there is no default, it doesn't set
this.src
. Simple solution would be to just use an empty string if _default is falsey.Same problem as https://github.com/SimplaElements/simpla-text/issues/22