Skip to content

Commit 98b3af3

Browse files
authored
Merge branch 'next' into SER-1129
2 parents c37c86e + 86345f9 commit 98b3af3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugins/guides/frontend/public/javascripts/countly.views.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@
229229
}
230230
},
231231
onClose: function() {
232-
// EMRE: View Guides button closing animation flag here
233232
this.isDialogVisible = false;
234233
let mainViewContainer = document.getElementById('main-views-container');
235234
mainViewContainer.getElementsByClassName('main-view')[0].style.setProperty('overflow', 'auto', 'important');

plugins/guides/frontend/public/templates/dialog.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div class="guide-dialog-wrapper">
2-
<!-- EMRE: this section here should have the animation, with closing animation happening after closing guides page -->
32
<div v-if="isButtonVisible" data-test-id="view-guide-button" :class="dynamicClassGuideButton" @click="onClick">
43
<span class="icon">
54
<img src="images/icons/book-open.svg" alt="Icon"/>

0 commit comments

Comments
 (0)