Skip to content

Commit

Permalink
Deploy android app development page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Oct 27, 2023
1 parent 7582157 commit 2459156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default {
// check which element is in viewport
const elementIdx = elementInViewPort(this.$refs);
const index = parseInt(
elementIdx ? elementIdx.charAt(elementIdx.length - 1) : 0
elementIdx ? elementIdx.charAt(elementIdx.length - 1) : 0,
);
if (this.prevIndex != index) {
Expand Down
4 changes: 2 additions & 2 deletions vue-frontend/src/pages/android-app-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
CtaSection,
NewFooter,
},
data() {
data() {
return {
event: "",
events: {
Expand All @@ -106,7 +106,7 @@ export default {
unmounted() {
window.removeEventListener("scroll", this.sendEvent);
},
methods: {
methods: {
sendEvent() {
const event = this.events[elementInViewPort(this.$refs)];
if (event && this.event !== event) {
Expand Down

0 comments on commit 2459156

Please sign in to comment.