mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 03:41:11 +01:00
Better multi-window updates
This commit is contained in:
3
src-web/lib/generateId.ts
Normal file
3
src-web/lib/generateId.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function generateId(): string {
|
||||
return Math.random().toString(36).slice(2);
|
||||
}
|
||||
Reference in New Issue
Block a user