Gary Gu
2025-05-30 e2a92db057ef2153f3e645e074f1e771987b2051
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();
        }
      },