mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
fix selection marker
This commit is contained in:
parent
547ec02b01
commit
d5b35d1740
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export class MatchIndex {
|
|||
for (let type of types) {
|
||||
const info = this.typeMap.get(type.prototype._class);
|
||||
if (!info) {
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
const toAdd = Math.min(quantity, info.objects.length - info.hits);
|
||||
if (this.result) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue