Skip to content

Commit

Permalink
Added function aliases for chatgpt.getChatBox()
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Aug 29, 2024
1 parent 94d21ca commit ee4505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ const cjsFuncAliases = [
['getContinueGeneratingButton', 'getContinueButton'],
['getScrollToBottomButton', 'getScrollButton'],
['getStopGeneratingButton', 'getStopButton'],
['getTextarea', 'getTextArea', 'getChatbox', 'getChatBox'],
['getTextarea', 'getTextArea', 'getChatbar', 'getChatBar', 'getChatbox', 'getChatBox'],
['isFullScreen', 'isFullscreen', 'isfullscreen'],
['isLoaded', 'isloaded'],
['logOut', 'logout', 'logOff', 'logoff', 'signOut', 'signout', 'signOff', 'signoff'],
Expand Down

0 comments on commit ee4505c

Please sign in to comment.