@@ -1,3 +1,3 @@
{
- "version": "4.4"
+ "version": "4.5"
}
@@ -103,7 +103,9 @@ const addNumbers = () => {
selection: true,
reserveSelection: true,
});
- productionLineRef.value.startSelect();
+ productionLineRef.value.startSelect({
+ queryType: "99"
+ });
};