Commit 8e916735 authored by pythongosssss's avatar pythongosssss
Browse files

export function

parent 32034217
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment