try git thing

This commit is contained in:
Orion Reed 2024-12-14 02:36:57 -05:00
parent 95e9cd1712
commit ffbcde33de
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export interface ElementConfig<E extends Element = Element> {
}
// TODO don't hard code this
const PROXIMITY = 120;
const PROXIMITY = 100;
declare global {
interface HTMLElementTagNameMap {