Spaces:
Running
Running
Julien Chaumond
commited on
Commit
·
a578e63
1
Parent(s):
542367d
Ooops
Browse files- js-src/Coref.ts +3 -2
js-src/Coref.ts
CHANGED
@@ -179,8 +179,9 @@ class Coref {
|
|
179 |
}
|
180 |
|
181 |
// Finally do a second pass to move all red/orange arrows to the top of the grey ones.
|
182 |
-
|
183 |
-
|
|
|
184 |
});
|
185 |
}
|
186 |
}
|
|
|
179 |
}
|
180 |
|
181 |
// Finally do a second pass to move all red/orange arrows to the top of the grey ones.
|
182 |
+
// Finally do a second pass to move all red/orange arrows to the top of the grey ones.
|
183 |
+
(<any>document.querySelectorAll('.displacy-arrow.score-ok')).forEach((arw) => {
|
184 |
+
this.svgContainer!.appendChild(arw);
|
185 |
});
|
186 |
}
|
187 |
}
|