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/toggleButton/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/toggleButton/index.ts')
-rw-r--r-- | src/client/views/nodes/button/toggleButton/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/toggleButton/index.ts b/src/client/views/nodes/button/toggleButton/index.ts index 48b28fb4c..cdb9c527c 100644 --- a/src/client/views/nodes/button/toggleButton/index.ts +++ b/src/client/views/nodes/button/toggleButton/index.ts @@ -1 +1 @@ -export * from './ToggleButton'
\ No newline at end of file +export * from './ToggleButton';
\ No newline at end of file |