Skip to content

Commit 3ed1cb1

Browse files
committed
updated
1 parent 0e37728 commit 3ed1cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
this.short_text = this.text.slice(0, this.limit) + '...';
2828
return;
2929
}
30-
this.short_text = this.text.slice(0, this.limit);
30+
this.short_text = this.text.toString().slice(0, this.limit);
3131
}
3232

3333
});

0 commit comments

Comments
 (0)