fix localstorage error
This commit is contained in:
@@ -176,6 +176,7 @@ impl MathApp {
|
||||
|
||||
// TODO: stabilize FunctionManager serialize so it can persist across builds
|
||||
let (commit, func_data) = crate::misc::hashed_storage_read(&data)?;
|
||||
let func_data: &[u8] = &func_data;
|
||||
|
||||
|
||||
if commit == unsafe { std::mem::transmute::<&str, &[u8]>(build::SHORT_COMMIT) } {
|
||||
|
||||
Reference in New Issue
Block a user