Skip to content

Commit 03ed03b

Browse files
committed
Fix bug with mode7 being allocated into CSA
1 parent e832a0f commit 03ed03b

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

dist/CommentCoreLibrary.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,10 @@ var CommentManager = (function() {
15781578
case 6:
15791579
this.csa.reverse.add(cmt);
15801580
break;
1581+
case 7:
1582+
case 17:
1583+
/* Do NOT manage these comments! */
1584+
break;
15811585
}
15821586
cmt.y = cmt.y;
15831587
this.dispatchEvent("enterComment", cmt);

0 commit comments

Comments
 (0)