Merge branch 'feature/kroell/INSR-8907' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/INSR-8907
This commit is contained in:
commit
44ce4fc449
2 changed files with 6 additions and 3 deletions
|
|
@ -6,11 +6,13 @@
|
|||
linkType="text"
|
||||
href="#!"
|
||||
:text="textForToggle"
|
||||
@click="handleClickToggle" />
|
||||
<div
|
||||
:preventDefaultOnClick="true"
|
||||
@click-event="handleClickToggle" />
|
||||
<button
|
||||
type="button"
|
||||
class="recal-ack-toggle d-inline-block"
|
||||
:class="[isDetailVisible ? 'active' : '']"
|
||||
@click="handleClickToggle"></div>
|
||||
@click="handleClickToggle"></button>
|
||||
<Transition>
|
||||
<div
|
||||
v-show="isDetailVisible"
|
||||
|
|
|
|||
|
|
@ -466,6 +466,7 @@ export default {
|
|||
this.isMobileView = !this.mql.matches;
|
||||
this.mql.addEventListener('change', this.handleMqlChange);
|
||||
this.mainStore.updateIsRecalAcknowledgedForScheduling(false);
|
||||
this.isRecalAcknowledged = false;
|
||||
},
|
||||
unmounted() {
|
||||
if (this.mql) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue