From cb85f7272df28cf90e12511e82c3b940e1e4b3a6 Mon Sep 17 00:00:00 2001 From: tbo47 Date: Sat, 5 Oct 2024 15:40:48 +0000 Subject: [PATCH] add types --- src/shapes/Label.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shapes/Label.ts b/src/shapes/Label.ts index 5e013ec8..a1e9888a 100644 --- a/src/shapes/Label.ts +++ b/src/shapes/Label.ts @@ -317,7 +317,7 @@ export class Tag extends Shape { }; } - pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom', this>; + pointerDirection: GetSet<'left' | 'top' | 'right' | 'bottom' | 'up' | 'down', this>; pointerWidth: GetSet; pointerHeight: GetSet; cornerRadius: GetSet;