improve wrapper and general structure #16

Merged
tueem merged 23 commits from improve/structure into dev 2025-03-17 08:26:44 +00:00
Showing only changes of commit d32ac62b4a - Show all commits

View File

@ -33,7 +33,7 @@ public class AutoCompleteInteractionMethod extends InteractionMethod {
if (autocompleteOptionValue != null) if (autocompleteOptionValue != null)
return autocompleteOptionValue; return autocompleteOptionValue;
return marinara.getWrapper().getContextObjectProvider().getComponentContextObject(context, type); return marinara.getWrapper().getContextObjectProvider().getInteractionContextObject(context, type);
} }
@Override @Override