JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "active-interaction.ts"

Full Path: /home/markqprx/iniasli.pro/client/ui/interactions/active-interaction.ts
File size: 217 bytes
MIME-type: text/plain
Charset: utf-8

type InteractionName = null | 'resize' | 'rotate' | 'drag' | 'move';

export let activeInteraction: InteractionName = null;

export function setActiveInteraction(name: InteractionName) {
  activeInteraction = name;
}