Gary Gu
5 days ago 686a5f87f6edd5b6f28b9f12ebff75738ba46b74
src/components/Header.vue
@@ -102,7 +102,9 @@
      handleFullscreen() {
        if (this.$fullscreen.isFullscreen) {
          this.$fullscreen.exit();
          this.$emit("fullscreenChange", false);
        } else {
          this.$emit("fullscreenChange", true);
          this.$fullscreen.request();
        }
      },