You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a .csv file to a list, a browser prompt allows the user to select which column to use from the file. Pressing cancel should cancel the operation and not make any changes to the project.
Actual Behavior
Pressing cancel causes all items currently in the list to get deleted.
Steps to Reproduce
In a list which already contains items, right click its monitor on the stage and click import. Select a .csv file stored on your computer and import it. The browser should have a prompt box show so that a column of the file can be imported. Press cancel. All items in the list have now been deleted even though the .csv file has not been imported.