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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user