Skip to content

Commit fc9b5fc

Browse files
committed
dont update url on drag
1 parent 09719dc commit fc9b5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ impl Data {
310310
}
311311
let func = func.join("#").replace(";#", ";");
312312
#[cfg(feature = "wasm")]
313-
{
313+
if !plot.is_drag() {
314314
use base64::{Engine as _, engine::general_purpose::URL_SAFE};
315315
let data = lz4_flex::compress_prepend_size(func.as_bytes());
316316
let url = format!("#{}", URL_SAFE.encode(data));

0 commit comments

Comments
 (0)