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

typo fix to disappear file creation modal
pull/1/head
yann300 5 years ago committed by GitHub
commit 993c14a0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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