Commit 1fe37880 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent c973d7e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// CoNLL-U SVG Edit by Koichi Yasuoka, January 4, 2019.
// CoNLL-U SVG Edit by Koichi Yasuoka, January 23, 2019.
// "conllusvgview.js" is needed.
"use strict";
conllusvg.edit=function(svg,textid,deprelid,uposid,xposid){
@@ -100,6 +100,7 @@ conllusvg.esrap=function(textid){
    s=s+"\n";
    m=c.nodes[i].id;
  }
  s=s+"\n";
  if(tx.value==null)
    tx.textContent=s;
  else