From 3c50b410726df5f0dfa397c183ab22da66b93180 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sat, 16 Sep 2023 10:45:42 -0700 Subject: [PATCH] fix: return instance --- src/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.ts b/src/lib.ts index 751c7d3..a9fd100 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -213,6 +213,7 @@ export class Style { } symbols.Border(this.#handle, ptr(encode(style)), top, right, bottom, left) + return this } BorderStyle(style: BorderStyle) {