ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.49k stars 963 forks source link

Github FE: Import from github doesn't work second time #229

Open LianaHus opened 5 years ago

LianaHus commented 5 years ago
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol";

pragma solidity >=0.4.22 <0.6.0;

contract testOZ is ERC20 {
}

works just fine only first time. second time I'm importing a contract from github I don't have in in FE

fsobh commented 4 years ago

Any update? facing same issue

Aniket-Engg commented 2 months ago

@LianaHus this should have been fixed. Please check.