in src/figma/controllers/command_controller/handlers/show_upload_ui.ts [3:7]
export default function showUploadUI(messageService: MessageService): void {
figma.showUI(__html__, { width: DEFAULT_WINDOW_SIZE.width, height: DEFAULT_WINDOW_SIZE.height });
messageService.updateUserConfig();
messageService.updateSelection();
}