We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba451f commit 78ddc4cCopy full SHA for 78ddc4c
crates/egui_extras/src/loaders/ehttp_loader.rs
@@ -101,7 +101,6 @@ impl BytesLoader for EhttpLoader {
101
{
102
let entry = entry.get_mut();
103
*entry = Poll::Ready(result);
104
- ctx.request_repaint();
105
log::trace!("Finished loading {uri:?}");
106
true
107
} else {
crates/egui_extras/src/loaders/file_loader.rs
@@ -100,7 +100,6 @@ impl BytesLoader for FileLoader {
100
if let std::collections::hash_map::Entry::Occupied(mut entry) = cache.entry(uri.clone()) {
0 commit comments