diff options
author | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-09-25 21:31:12 -0400 |
---|---|---|
committer | Zachary Zhang <zacharyzhang7@gmail.com> | 2024-09-25 21:31:12 -0400 |
commit | cb210bbdd331051763c59fd3e2acf682b821e3f0 (patch) | |
tree | d4d127e1ed126e407f25253e07f944d3d4e0e0b8 /src/client/views/MainView.tsx | |
parent | 9808c01be554ab210083af9c1ef7fd45fbd84c19 (diff) | |
parent | 702949ed50a1d9819d58a6154fee20d086664505 (diff) |
fix scribble gesture to use bezier curves instead of control points
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 09173133f..5285e67f6 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -547,6 +547,10 @@ export class MainView extends ObservableReactComponent<object> { fa.faRobot, fa.faSatellite, fa.faStar, + fa.faCloud, + fa.faBolt, + fa.faLightbulb, + fa.faX, ] ); } |