mirror of
https://github.com/we-promise/sure.git
synced 2026-06-02 09:19:02 +00:00
Mobile console debugging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user