Skip to content

Commit

Permalink
Merge branch 'main' into feat/revamped-book
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Apr 11, 2024
2 parents c27f040 + 18d7899 commit 9625956
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2

- run: mdbook build
working-directory: book
Expand Down
2 changes: 0 additions & 2 deletions crates/components/src/gesture_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ pub fn GestureArea(props: GestureAreaProps) -> Element {
},
);

use_effect(move || {});

let ontouchcancel = move |e: TouchEvent| {
event_emitter.send((Instant::now(), e));
};
Expand Down

0 comments on commit 9625956

Please sign in to comment.