mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-01 02:41:42 +00:00
Fixed slider bug
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
this.openedNames = [''];
|
||||
} else {
|
||||
this.activeName = this.$refs.menu.currentActiveName;
|
||||
this.openedNames = [this.activeName.split("-")[0]];
|
||||
this.openedNames = ["/" + this.activeName.split("/")[1]];
|
||||
}
|
||||
|
||||
this.$nextTick(function() {
|
||||
|
||||
Reference in New Issue
Block a user