Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Adding to a variable creates an extra set variable action #97

Closed alven-shin closed 2 years ago

alven-shin commented 2 years ago

What action is the issue?

var

Describe the bug

When using the += operator to add to a variable, a redundant set variable action is created above the add to variable action which causing an error when running the shortcut if it isn't deleted.

Steps To Reproduce

Create jellycut with the follow code:

import Shortcuts 1092.6
#Color: red, #Icon: shortcuts

text(text: "text") >> hello
var text = hello
text(text: "world") >> world
var text += world

Screenshots

image0

Information

ActuallyTaylor commented 2 years ago

Thank you for reporting this! This will be fixed in the next version of the app.