superblocks-lab
superblocks-lab copied to clipboard
Renaming a contract file does not update contract specific action window titles
Environment/Browser
Version 1.3.0
Description
Renaming a contract file (Rename action) does not update contract specific action window titles (file name). These are the windows opened by accessing the respective contract action from the Files hierarchy (left side).
Steps to reproduce
- Open a contract file e.g. HelloWorld.sol
- Expand the HelloWorld.sol file in the Files hierarchy
- Click the Compile item, under the HelloWorld.sol item.
- Observe a new window opening up, named after the contract: HelloWorld.sol
- Rename the contract (either clicking the Rename icon on the right side of the item - pencil icon, or by clicking with the right mouse button on top of the item).
- Observe the Compile window name does not reflect the latest changes (remains the same).
This behavior happens with all other contract actions when opened as separate windows: Configure, Deploy and Interact.
Expected result
Expected the window title to reflect the Rename action (as in version 1.2.0).
Actual result
Contract action window title does not update upon renaming.