Skip to content

Commit

Permalink
Added .getStopButton() alias for .getStopGeneratingButton()
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored May 17, 2024
1 parent af39807 commit 3b22240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatgpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1892,6 +1892,7 @@ const funcAliases = [
['getHeaderDiv', 'getHeader'],
['getLastPrompt', 'getLastQuery', 'getMyLastMsg', 'getMyLastQuery'],
['getScrollToBottomButton', 'getScrollButton'],
['getStopGeneratingButton', 'getStopButton'],
['getTextarea', 'getTextArea', 'getChatbox', 'getChatBox'],
['isFullScreen', 'isFullscreen'],
['logOut', 'logout', 'logOff', 'logoff', 'signOut', 'signout', 'signOff', 'signoff'],
Expand Down

0 comments on commit 3b22240

Please sign in to comment.