1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

- fix bad regex

- improve test
- fix missing 'e' in some functions name
This commit is contained in:
Baptiste Augrain
2019-01-29 16:05:30 +01:00
parent 7165c4550b
commit a85a27f225
3 changed files with 29 additions and 12 deletions

View File

@@ -964,7 +964,7 @@ export default class CodeEditor extends React.Component {
} else {
const image = clipboard.readImage()
if (!image.isEmpty()) {
attachmentManagement.handlePastNativeImage(
attachmentManagement.handlePasteNativeImage(
this,
storageKey,
noteKey,