Merge pull request #2587 from ethereum/fix/#2524

typo fix to disappear file creation modal
pull/5370/head
yann300 5 years ago committed by GitHub
commit 7783765192
  1. 2
      src/app/files/file-explorer.js

@ -599,7 +599,7 @@ fileExplorer.prototype.createNewFile = function (parentFolder = 'browser') {
} else {
self._deps.fileManager.switchFile(newName)
if (newName.includes('_test.sol')) {
self.event.trigger('newTestFileCreated', [newName])
self.events.trigger('newTestFileCreated', [newName])
}
}
})

Loading…
Cancel
Save