auto-save 2026-05-15 20:14 (~5)
This commit is contained in:
@@ -31,7 +31,7 @@ export function OasisCanvas() {
|
||||
const sendPointer = (type: "pointermove" | "pointerleave", event?: PointerEvent) => {
|
||||
const frameWindow = frameRef.current?.contentWindow
|
||||
if (!frameWindow) return
|
||||
if (dispatchNativeMouseEvent(type === "pointermove" ? "mousemove" : "mouseleave", event)) return
|
||||
dispatchNativeMouseEvent(type === "pointermove" ? "mousemove" : "mouseleave", event)
|
||||
frameWindow.postMessage(
|
||||
{
|
||||
type: `skg-oasis-${type}`,
|
||||
@@ -62,7 +62,7 @@ export function OasisCanvas() {
|
||||
aria-hidden="true"
|
||||
className="login-oasis-canvas"
|
||||
loading="eager"
|
||||
src="/oasis-source/index.html"
|
||||
src="/oasis-source/index.html?v=login-pointer-0515"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user