remove logging
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 32s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m10s

This commit is contained in:
2026-06-13 13:08:36 +02:00
parent f1dbff1208
commit fea468dd0c
3 changed files with 0 additions and 12 deletions
@@ -60,12 +60,9 @@ Item {
menu.onItemSelected: item => {
root.selected(item);
// splitButton.closeDropdown();
}
stateLayer.onClicked: {
// splitButton.toggleDropdown();
splitButton.expanded = !splitButton.expanded;
console.log(root.z);
}
}
}