Skip to content

Commit

Permalink
Merge pull request #4595 from nextcloud-libraries/fix/make-is-mobile-…
Browse files Browse the repository at this point in the history
…state-pure
  • Loading branch information
raimund-schluessler committed Oct 3, 2023
2 parents f3a5740 + 0e6291b commit 461d332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/IsMobileState.js
Expand Up @@ -23,7 +23,7 @@

import Vue from 'vue'

export const IsMobileState = new Vue({
export const IsMobileState = /* @__PURE__ */ new Vue({
data() {
return {
isMobile: false,
Expand Down

0 comments on commit 461d332

Please sign in to comment.