ellipsis-ai / ellipsis

2 stars 0 forks source link

Re-entering everytime the trigger is pretty annoying #1767

Open matteomelani opened 7 years ago

matteomelani commented 7 years ago

Every time I use the test panel I need to re-enter the trigger. That is very annoying especially because I test the triggers rarely but my code many many times

andrewcatton commented 7 years ago

It sticks around if you stay on the same action, but it does seem to go away if you switch actions and go back. We should probably track that state per action so it stays there at least until a page reload.

andrewcatton commented 7 years ago

(and arguably we could use local storage to make that state survive a page reload too)