Update DisplayLargeMessages.plugin.js

This commit is contained in:
Mirco Wittrien 2020-04-19 14:02:10 +02:00
parent 91f7f651a2
commit 6dae6f1cc5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var DisplayLargeMessages = (_ => {
constructor () {
this.changelog = {
"added":[["On demand option","Added option to load the content of a 'message.txt' on demand instead of automatically"]],
"improved":[["Max Filesize","Added a max file size optiopn for the automatic-mode to protect the app from injecting huge files, possibly causing a slowdown"]],
"improved":[["Max Filesize","Added a max file size option for the automatic-mode to protect the app from injecting huge files, possibly causing a slowdown"]],
"fixed":[["Editing","Content of a 'message.txt' no longer gets inserted in the input when you edit your own message"],["Scrolling","No longer force scrolls to the bottom on large messages"]]
};