mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
chore: rustfmt
This commit is contained in:
parent
cd88876389
commit
ad186d101c
1 changed files with 6 additions and 2 deletions
|
@ -164,8 +164,12 @@ where
|
||||||
mouse_handler,
|
mouse_handler,
|
||||||
event_listener_options,
|
event_listener_options,
|
||||||
);
|
);
|
||||||
let _ =
|
let _ = use_event_listener_with_options(
|
||||||
use_event_listener_with_options(target.clone(), dragover, drag_handler, event_listener_options);
|
target.clone(),
|
||||||
|
dragover,
|
||||||
|
drag_handler,
|
||||||
|
event_listener_options,
|
||||||
|
);
|
||||||
|
|
||||||
if options.touch && !matches!(options.coord_type, UseMouseCoordType::Movement) {
|
if options.touch && !matches!(options.coord_type, UseMouseCoordType::Movement) {
|
||||||
let _ = use_event_listener_with_options(
|
let _ = use_event_listener_with_options(
|
||||||
|
|
Loading…
Add table
Reference in a new issue