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