We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09719dc commit fc9b5fcCopy full SHA for fc9b5fc
1 file changed
src/data.rs
@@ -310,7 +310,7 @@ impl Data {
310
}
311
let func = func.join("#").replace(";#", ";");
312
#[cfg(feature = "wasm")]
313
- {
+ if !plot.is_drag() {
314
use base64::{Engine as _, engine::general_purpose::URL_SAFE};
315
let data = lz4_flex::compress_prepend_size(func.as_bytes());
316
let url = format!("#{}", URL_SAFE.encode(data));
0 commit comments