Skip to content

Commit

Permalink
禁用下滑时自动交换输入区与基础功能区位置的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
awwaawwa committed Jun 28, 2024
1 parent 8cf9cff commit 6bbad7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ function chatbotAutoHeight() {

swapped = false;
function swap_input_area() {
return;
// Get the elements to be swapped
var element1 = document.querySelector("#input-panel");
var element2 = document.querySelector("#basic-panel");
Expand Down

0 comments on commit 6bbad7d

Please sign in to comment.