Skip to content

Commit 9a33504

Browse files
committed
fix: don't create a textbuffer manually
1 parent a4e6626 commit 9a33504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/view.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ class AbstractStickyNote extends Gtk.TextView {
102102
) {
103103
super();
104104

105-
this.buffer = new Gtk.TextBuffer();
106-
107105
this.register_tags();
108106
if (note) this.note = note;
109107

0 commit comments

Comments
 (0)