do not do evil
This commit is contained in:
@@ -591,6 +591,7 @@ export default {
|
||||
}
|
||||
|
||||
var bytes = new Uint8Array(e.target.result);
|
||||
bytes = bytes.subarray(7,bytes.length-7);
|
||||
let bytesString = bytes.join(",");
|
||||
that.noteForm.text = unwrap(bytesString, that.secret.secretKey);
|
||||
//that.noteForm.escapeText = getEscapeText(that.noteForm.text);
|
||||
|
||||
Reference in New Issue
Block a user