Skip to content

Commit

Permalink
Merge pull request #2587 from ethereum/fix/#2524
Browse files Browse the repository at this point in the history
typo fix to disappear file creation modal
  • Loading branch information
yann300 committed Feb 7, 2020
2 parents dc62bc9 + 8424a3e commit 993c14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/files/file-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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])
}
}
})
Expand Down

0 comments on commit 993c14a

Please sign in to comment.