WIP - Added crappy popover spawning where button clicked.
This commit is contained in:
4
globals.js
Normal file
4
globals.js
Normal file
@@ -0,0 +1,4 @@
|
||||
const globalMousePos = Variable([]);
|
||||
|
||||
globalThis["globalMousePos"] = globalMousePos;
|
||||
export { globalMousePos };
|
||||
Reference in New Issue
Block a user