mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
All scrolls disabled other than the main one to troubleshoot speed issues
This commit is contained in:
@@ -2426,7 +2426,7 @@ function push_selection_to_phrase_bias() {
|
|||||||
}
|
}
|
||||||
document.getElementById("settings_flyout_tab_settings").onclick();
|
document.getElementById("settings_flyout_tab_settings").onclick();
|
||||||
document.getElementById("empty_bias_phrase").value = getSelectionText();
|
document.getElementById("empty_bias_phrase").value = getSelectionText();
|
||||||
document.getElementById("empty_bias_phrase").scrollIntoView(false)
|
//document.getElementById("empty_bias_phrase").scrollIntoView(false)
|
||||||
document.getElementById("empty_bias_phrase").onchange()
|
document.getElementById("empty_bias_phrase").onchange()
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3038,8 +3038,8 @@ function create_new_wi_entry(folder) {
|
|||||||
};
|
};
|
||||||
var card = world_info_entry(data);
|
var card = world_info_entry(data);
|
||||||
//card.scrollIntoView(false);
|
//card.scrollIntoView(false);
|
||||||
clearTimeout(world_info_scroll_timeout);
|
//clearTimeout(world_info_scroll_timeout);
|
||||||
world_info_scroll_timeout = setTimeout(function() {card.scrollIntoView(false);}, 200);
|
//world_info_scroll_timeout = setTimeout(function() {card.scrollIntoView(false);}, 200);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3905,7 +3905,7 @@ function highlightEl(element) {
|
|||||||
|
|
||||||
let tab = Array.from($(".tab")).filter((c) => c.getAttribute("tab-target") === area.id)[0];
|
let tab = Array.from($(".tab")).filter((c) => c.getAttribute("tab-target") === area.id)[0];
|
||||||
tab.click();
|
tab.click();
|
||||||
element.scrollIntoView();
|
//element.scrollIntoView();
|
||||||
}
|
}
|
||||||
|
|
||||||
function addSearchListing(action, highlight) {
|
function addSearchListing(action, highlight) {
|
||||||
|
Reference in New Issue
Block a user