Skip to content

Commit

Permalink
Fix bug in OutsideClueConstraints mapkey.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigh committed Jul 30, 2024
1 parent 6c52b4a commit 81db500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/render_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class OutsideClueConstraints {
}

static _mapKey(type, lineId) {
return `${type}| ${lineId} `;
return `${type}|${lineId}`;
}

static _isValidValue(value, config) {
Expand Down

0 comments on commit 81db500

Please sign in to comment.