Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2021-07-11 17:16:54 +02:00 committed by GitHub
parent 5df5855414
commit 4921ee49fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -430,8 +430,7 @@ module.exports = (_ => {
placeholder: ownLocations[locationName].location,
size: BDFDB.LibraryComponents.TextInput.Sizes.MINI,
maxLength: 100000000000000000000,
disabled: !editable,
onChange: !editable ? null : value => {
onChange: value => {
ownLocations[locationName].location = value;
BDFDB.DataUtils.save(ownLocations, this, "ownLocations");
}