Skip to content

Commit

Permalink
Merge pull request #142 from anig1scur/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien authored Oct 23, 2024
2 parents 36dc4d6 + 3cef459 commit 9a22dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class AbstractStickyNote extends Gtk.TextView {
this.buffer.apply_tag(tag, start, end);
}

this.emit("tag-toggle", tag.name, !has_tag);
this.emit("tag-toggle", tag.name, has_tag === false);
}

clear_tags() {
Expand Down

0 comments on commit 9a22dc8

Please sign in to comment.