remove drag functions
This commit is contained in:
parent
2289d085fa
commit
24913a5ef9
3 changed files with 13 additions and 50 deletions
|
@ -326,7 +326,7 @@ if (option.file && !option.webdriver) {
|
|||
process.exit(0)
|
||||
} else if (option.default) {
|
||||
const indexPath = path.join(__dirname, '/index.html')
|
||||
loadApplicationByUrl(`file://${indexPath}`);
|
||||
loadApplicationByUrl(`file://${indexPath}`)
|
||||
} else if (option.interactive) {
|
||||
startRepl()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue