mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 16:17:40 +00:00
change(web): apply MD suggestion from code review
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
45e3df9822
commit
1c528dde8f
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class LegacyQuotientSpur extends SearchQuotientSpur {
|
|||
this.leftDeleteLength = inputSample.deleteLeft;
|
||||
|
||||
// Link to the grandparent node if it exists; transposes start construction rooted there.
|
||||
const grandparentNode = this.parents[0].parents[0]
|
||||
const grandparentNode = this.parents[0].parents[0];
|
||||
if(grandparentNode) {
|
||||
this.incomingTransposeRootNodes = [...grandparentNode.previousResults];
|
||||
this.linkAndQueueFromParent(grandparentNode, this.incomingTransposeRootNodes);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue