Skip to content

Commit

Permalink
fix: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuineng committed Oct 11, 2023
1 parent 591960c commit c775522
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/next/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ module.exports = wd => {

[
'fileChooser',
'elementStatus',
'rebuildContextPage'
'elementStatus'
].map(method => {
wd.addPromiseChainMethod(method, function(...params) {
return this.next(method, params);
Expand Down

0 comments on commit c775522

Please sign in to comment.