Closed dominikrudzki closed 2 days ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | 98d146722e8c9cde07b37076edddcef231dcadab |
Thanks so much for your timely contribution. Unfortunately, one of the Remix team members made a PR just before you did and that one got merged. https://github.com/ethereum/remix-project/pull/5417/
We really appreciated your contribution and the explanation of your update. Thanks so much! I do hope you can contribute again.
5414 The application crashes because when a file is opened, focus is set on it. After closing the file, the browserReducer sets the focusElement in the state to an empty array. When you right-click in the file explorer, a condition tries to read the key of the first element in the focusElement array, which is empty, causing the crash.