function updateTextboxValue()

in src/actions/updateTextboxValue.ts [5:7]


    function updateTextboxValue(text: string) {
        Store.textboxValue = text;
    };