Function silkenweb::document::on_dragleave

source ·
pub fn on_dragleave(f: impl FnMut(DragEvent) + 'static) -> EventCallback
Expand description

Add a dragleave event handler at the document level.

This only has an effect on WASM targets.