css cleanup and fixes

This commit is contained in:
subnub
2024-07-30 10:41:41 -04:00
parent c04a7cb142
commit 1757bed5af
12 changed files with 128 additions and 135 deletions
-1
View File
@@ -1,7 +1,6 @@
import { MouseEventHandler, useRef, useState } from "react";
export const useContextMenu = () => {
// 215 X 240
const [contextData, setContextData] = useState({
selected: false,
X: 0,