try git thing

This commit is contained in:
Orion Reed 2024-12-14 02:30:27 -05:00
parent 3bcd80b32a
commit 95e9cd1712
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 = 100;
const PROXIMITY = 120;
declare global {
interface HTMLElementTagNameMap {