import { updateActionCommands } from "../../dom/updateActionCommands"; /** * position change * @param {string} pos new position */ export const handleSP = (args: string[]) => { updateActionCommands(args[1]); };