1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 22:59:39 +02:00

Mobile console debugging

This commit is contained in:
Zach Gollwitzer 2025-04-30 21:01:02 -04:00
parent ed8011f792
commit 23adfb2ef0
2 changed files with 8 additions and 4 deletions

View file

@ -6,10 +6,6 @@ export default class extends Controller {
static targets = ["panel", "navBtn"];
static values = { urlParamKey: String };
connect() {
console.log("tabs controller connected");
}
show(e) {
const btn = e.target.closest("button");
const selectedTabId = btn.dataset.id;