Skip to content

Commit

Permalink
simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangpengHao committed Dec 15, 2024
1 parent 0dc120a commit 8b97b71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/file_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,6 @@ pub fn FileReader(
<input
type="url"
placeholder="Enter Parquet file URL"
on:focus=move |ev| {
let input: web_sys::HtmlInputElement = event_target(&ev);
input.select();
}
on:input=move |ev| {
set_url.set(event_target_value(&ev));
}
Expand Down

0 comments on commit 8b97b71

Please sign in to comment.