typo fix to disappear file creation modal

pull/1/head
Aniket-Engg 5 years ago
parent dc62bc9f36
commit 8424a3edab
  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