Fix M Interaction submenu overlapping
This commit is contained in:
@@ -107,7 +107,7 @@ export default function reportList(globalData: IGlobalData) {
|
||||
|
||||
reportMenu.ItemSelect.on((item) => {
|
||||
if (item.Text === "Absenden") {
|
||||
|
||||
globalData.InInput = true;
|
||||
var ticketContentBox = new InputHelper("Worin besteht dein Anliegen?", globalData);
|
||||
ticketContentBox.show();
|
||||
ticketContentBox.getValue(data => {
|
||||
|
||||
Reference in New Issue
Block a user