mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Poprawki responsywności
This commit is contained in:
@@ -93,7 +93,7 @@ export default defineComponent({
|
||||
selectedDispatcherName: null as string | null,
|
||||
selectedCheckpointName: null as string | null,
|
||||
|
||||
fillCheckpointName: true,
|
||||
fillCheckpointName: false,
|
||||
|
||||
refreshInterval: -1,
|
||||
store: useStore(),
|
||||
@@ -119,6 +119,9 @@ export default defineComponent({
|
||||
watch: {
|
||||
selectedDispatcherName() {
|
||||
this.selectedSceneryName = this.sceneryNameList.length == 0 ? null : this.sceneryNameList[0];
|
||||
},
|
||||
|
||||
selectedSceneryName() {
|
||||
this.selectedCheckpointName = this.checkpointNameList.length == 0 ? null : this.checkpointNameList[0];
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user