BUG: Property changed event fires twice

Property changed event fires twice

  1. I create a custom component
  2. I expose a property named “Action”
  3. Within the custom component I have an action workflow, with one workflow action a custom javascript
    that displays an alert with the value of the Action property.
  4. I place the component on a page, change the Action property - and the dialog displays the value entered twice.

That is the property changed event fires twice - even if it has only been changed once.

/Henrik

Today it works as expected - without any code changes.
(and I guess I should have made this as a bug report instead)

This reminds me of another wish: It would be nice if there was some kind of visible version number on the platform.

WeWeb’s components in the Dev editor get fired twice, I made a post about it. You need to handle it in your code.