Jump to 0.3.1
This commit is contained in:
@@ -88,6 +88,8 @@
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
return inlineattach;
|
||||
};
|
||||
|
||||
inlineAttachment.editors.codemirror4 = codeMirrorEditor4;
|
||||
|
||||
@@ -352,7 +352,7 @@
|
||||
inlineAttachment.prototype.onFileInserted = function(file, id) {
|
||||
if (this.settings.onFileReceived.call(this, file) !== false) {
|
||||
this.lastValue = this.settings.progressText.replace(this.filenameTag, id);
|
||||
this.editor.insertValue(this.lastValue);
|
||||
this.editor.insertValue(this.lastValue + "\n");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user