Remove inInput -> replace with inMenu

This commit is contained in:
kookroach
2021-04-03 20:32:11 +02:00
parent ee305b78ec
commit 1e05bb108c
21 changed files with 108 additions and 110 deletions

View File

@@ -107,7 +107,7 @@ export default function reportList(globalData: IGlobalData) {
reportMenu.ItemSelect.on((item) => {
if (item.Text === "Absenden") {
globalData.InInput = true;
globalData.InMenu = true;
var ticketContentBox = new InputHelper("Worin besteht dein Anliegen?", globalData);
ticketContentBox.show();
ticketContentBox.getValue(data => {