memory leak problems with tetris poop
This commit is contained in:
Vendored
+3
-1
@@ -3,4 +3,6 @@
|
||||
*
|
||||
* @module
|
||||
*/
|
||||
export {};
|
||||
export { auto_resize, auto_scroll_to_bottom };
|
||||
declare function auto_resize(checkbox_element: HTMLInputElement, target_element: HTMLTextAreaElement, max_height: number): void;
|
||||
declare function auto_scroll_to_bottom(checkbox_element: HTMLInputElement, target_element: HTMLTextAreaElement): void;
|
||||
|
||||
Reference in New Issue
Block a user