Files
shiny/srcts/types
Carson f469517e03 Remove InputBinding.dispose() — dead code, never called or documented
Rather than wiring up the never-called dispose(), remove it entirely.
The method was defined but never invoked for 6+ years, is not documented
in the custom input bindings article, and unsubscribe() already serves
as the teardown hook.
2026-04-28 18:20:01 -05:00
..