Skip to content

Commit

Permalink
Merge pull request #46 from hyperbeam/cursors
Browse files Browse the repository at this point in the history
feat: don't hide native cusors
  • Loading branch information
mmkiir committed Mar 1, 2023
2 parents 0e50ba2 fa1886d commit 940f8f4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions client/src/components/Hyperbeam.svelte
Original file line number Diff line number Diff line change
@@ -1,7 1,15 @@
<script lang="ts">
import Hyperbeam from "@hyperbeam/web";
import { onMount } from "svelte";
import { extendedError, hyperbeamEmbed, members, room, trackedCursor, type ExtendedErrorType } from "../store";
import {
currentUser,
extendedError,
hyperbeamEmbed,
members,
room,
trackedCursor,
type ExtendedErrorType,
} from "../store";
export let embedUrl: string;
export const iframeAspect = 16 / 9;
Expand Down Expand Up @@ -93,6 101,5 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
cursor: none;
}
</style>

0 comments on commit 940f8f4

Please sign in to comment.