Increase wait delay in chat-jump

26af6b10c3d27525218a6c8e7fd457ccddb46d1f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/slash-commands.js+1 -1
@@ -2971,7 +2971,7 @@ export function initDefaultSlashCommands() {
29712971 if (isFinite(firstDisplayedMessageId) && messageIndex < firstDisplayedMessageId) {
29722972 const needToLoadCount = firstDisplayedMessageId - messageIndex;
29732973 await showMoreMessages(needToLoadCount);
29742974 await delay(1debounce_timeout.quick);
29752975 }
29762976
29772977 const chatContainer = document.getElementById('chat');