Bugs
-
The bot dashboard shows an incorrect “last edit” date, it’s the same as the creation, somebody forgot to update the variable.
-
[FIXED] If a variable is created as an array and then changed to another type (no matter which and how many times), its default value is gonna be an empty array
[]
. I have to delete the variable and create it again. -
[FIXED] In the new variable panel, the type should go back to default option (String) after having created a variable, since the new variable rarely has the same type as the previous one.
-
If I drag a card out of a node (no matter the type), it doesn’t create another node, which is what happens if I create a new card by dragging
-
When I press CTRL + S to save a custom code, a blank line is added to the end of the code.
-
[FIXED] If I answer 0 to a prompt for a number variable (which is allowed in my use case), the variable will become an object with a “value” property set to 0. In the example below the capture type is Number and the variable number, but the same happens with Quantity-number and Price-number.