1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 15:05:22 +02:00

Update app/javascript/controllers/scroll_on_connect_controller.js

Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
This commit is contained in:
Zach Gollwitzer 2025-05-22 11:46:41 -04:00 committed by GitHub
parent 8f1b685f4e
commit 454e828557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@ export default class extends Controller {
scrollToActiveItem() {
const activeItem = this.element?.querySelector(this.selectorValue)
console.log(activeItem)
if (!activeItem) return