mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: comment message.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
let logs = '';
|
||||
let showScrollButton = false;
|
||||
let codePanelContent: HTMLElement; /* global var to avoid frequent querySelector calls */
|
||||
let codePanelContent: HTMLElement; /* var to avoid frequent querySelector calls */
|
||||
|
||||
function handleScroll() {
|
||||
const threshold = codePanelContent.clientHeight * 0.25;
|
||||
|
||||
Reference in New Issue
Block a user