Skip to content

Commit

Permalink
Update obj.gs
Browse files Browse the repository at this point in the history
  • Loading branch information
pffy authored Sep 2, 2022
1 parent 4cc2008 commit 5a0f1bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/obj.gs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ function cotton (range) {

// detect and convert underline
if(textStyles[x][y].isUnderline() && !richTexts[x][y].getLinkUrl()) {
say('hi underline!');
val = addHtmlTagToSyntax(val, 'ins');
}

Expand Down

0 comments on commit 5a0f1bf

Please sign in to comment.