mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 23:15:24 +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:
parent
8f1b685f4e
commit
454e828557
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ export default class extends Controller {
|
||||||
scrollToActiveItem() {
|
scrollToActiveItem() {
|
||||||
const activeItem = this.element?.querySelector(this.selectorValue)
|
const activeItem = this.element?.querySelector(this.selectorValue)
|
||||||
|
|
||||||
console.log(activeItem)
|
|
||||||
|
|
||||||
if (!activeItem) return
|
if (!activeItem) return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue