镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
remove console log
这个提交包含在:
@@ -220,7 +220,6 @@ function get_elements(consider_state_panel = false) {
|
|||||||
height_target = height_target + (document.state_panel_height - panel_active.height)
|
height_target = height_target + (document.state_panel_height - panel_active.height)
|
||||||
var height_target = parseInt(height_target);
|
var height_target = parseInt(height_target);
|
||||||
var chatbot_height = chatbot.style.height;
|
var chatbot_height = chatbot.style.height;
|
||||||
console.log(panel1.top, panel2.top, panel3.top, panel_active.top, height_target, chatbot_height);
|
|
||||||
// 交换输入区位置,使得输入区始终可用
|
// 交换输入区位置,使得输入区始终可用
|
||||||
if (!swapped){
|
if (!swapped){
|
||||||
if (panel1.top!=0 && panel1.top < 0){ swap_input_area(); }
|
if (panel1.top!=0 && panel1.top < 0){ swap_input_area(); }
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户