Update pages/type_text.py
Browse files- pages/type_text.py +1 -1
pages/type_text.py
CHANGED
@@ -50,7 +50,7 @@ def scrollToBottom():
|
|
50 |
|
51 |
// *** REPLACE THE SELECTOR BELOW with the correct one you found by inspecting your app's HTML ***
|
52 |
// Use document.querySelector('.your-class-name') for a class, or document.getElementById('your-id') for an ID.
|
53 |
-
const scrollableContainer = document.querySelector('.
|
54 |
// const scrollableContainer = document.getElementById('stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING querySelector
|
55 |
|
56 |
if (scrollableContainer) {
|
|
|
50 |
|
51 |
// *** REPLACE THE SELECTOR BELOW with the correct one you found by inspecting your app's HTML ***
|
52 |
// Use document.querySelector('.your-class-name') for a class, or document.getElementById('your-id') for an ID.
|
53 |
+
const scrollableContainer = document.querySelector('.stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING getElementById
|
54 |
// const scrollableContainer = document.getElementById('stMainBlockContainer'); // <--- REPLACE THIS ENTIRE LINE IF USING querySelector
|
55 |
|
56 |
if (scrollableContainer) {
|