diff options
author | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
commit | 64ff849d21273f7440917ef15a4b1c7f1909687c (patch) | |
tree | 12404a303ba20345ccefca8e836f80406ef30c11 /src/client/views/nodes/button/textButton/index.ts | |
parent | 80baae4dcf49f818dca4dbfe340013e0e9d197bb (diff) |
fixed warnings. cleaned up link lines a bit more - simplified, and allowed multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
Diffstat (limited to 'src/client/views/nodes/button/textButton/index.ts')
-rw-r--r-- | src/client/views/nodes/button/textButton/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/textButton/index.ts b/src/client/views/nodes/button/textButton/index.ts index 01fcde54f..01d62eb7e 100644 --- a/src/client/views/nodes/button/textButton/index.ts +++ b/src/client/views/nodes/button/textButton/index.ts @@ -1 +1 @@ -export * from './TextButton'
\ No newline at end of file +export * from './TextButton';
\ No newline at end of file |