Fix console error on discarding new files
In Web IDE, when you "discard all changes" for any newly added or uploaded file, an error occurs. This is because the Web IDE tries to close that file, but the closeFile action is called with the wrong type of parameter.
Showing
Please register or sign in to comment