Skip to content

Commit

Permalink
Fix zoom percentage display after reloading the app
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 7, 2023
1 parent 3de994b commit 221ba7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
24 changes: 7 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@popperjs/core": "~2.11.8",
"bootstrap": "~5.3.0",
"brdgm-commons": "github:brdgm/brdgm-commons#1.2.0",
"brdgm-commons": "github:brdgm/brdgm-commons#1.2.2",
"core-js": "~3.31.0",
"lodash": "~4.17.21",
"vue": "~3.3.4",
Expand Down
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<router-view :key="$route.fullPath"/>
</div>

<AppFooter :build-number="buildNumber" :credits-label="t('footer.credits')" credits-modal-id="creditsModal" zoom-enabled @zoomFontSize="zoomFontSize"/>
<AppFooter :build-number="buildNumber" :credits-label="t('footer.credits')" credits-modal-id="creditsModal" zoom-enabled
:base-font-size="baseFontSize" @zoomFontSize="zoomFontSize"/>

<ModalDialog id="errorMessage">
<template #body>
Expand Down

0 comments on commit 221ba7c

Please sign in to comment.