ytt
ytt copied to clipboard
Pressing enter on a filename in the playground removes the file
Reproduction steps:
Go to the playground and open one of the examples, e.g. Load data files
Attempt to rename a file, (like config.yml) and select the text box with the name.
Press enter.
Expected: The file name is saved
Actual: The file is removed.
Update:
Pressing enter seems to delete the top-most item, regardless of which filename is selected.
Eg. In the same load data files example, pressing enter on "data2.csv" deletes the config file! Pressing enter again, deletes the data1 file!
I was able to reproduce following the steps provided.