Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
common
/
resources
/
client
/
ui
/
interactions
/
Editing: active-interaction.ts
type InteractionName = null | 'resize' | 'rotate' | 'drag' | 'move'; export let activeInteraction: InteractionName = null; export function setActiveInteraction(name: InteractionName) { activeInteraction = name; }
Save
Cancel