We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd12327 + 0dd9319 commit 35c20d3Copy full SHA for 35c20d3
ts/input/tex/Tags.ts
@@ -404,7 +404,7 @@ export class AbstractTags implements Tags {
404
public clearTag() {
405
this.label = '';
406
this.tag(null, true);
407
- this.currentTag = new TagInfo('', undefined, undefined);
+ this.currentTag.tagId = '';
408
}
409
410
@@ -456,6 +456,7 @@ export class AbstractTags implements Tags {
456
this.history = [];
457
this.stack = [];
458
this.clearTag();
459
+ this.currentTag = new TagInfo('', undefined, undefined);
460
this.labels = {};
461
this.ids = {};
462
this.counter = this.allCounter;
0 commit comments