Gary Gu
2025-06-30 84201c1e88b65f16b6da2c85ab8eee23f37a3da1
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();
        }
      },