export function

This commit is contained in:
pythongosssss 2024-01-13 18:57:59 +00:00
parent 32034217ae
commit 8e916735c0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { api } from "./api.js"
import "./domWidget.js";
let controlValueRunBefore = false;
function updateControlWidgetLabel(widget) {
export function updateControlWidgetLabel(widget) {
let replacement = "after";
let find = "before";
if (controlValueRunBefore) {