mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Fix pin notes with grid icon..
This commit is contained in:
@@ -168,7 +168,7 @@ const QnDialogs = {
|
||||
}
|
||||
});
|
||||
|
||||
input.val(selectedUsers.map(function (value) { return value.name }));
|
||||
input.val(selectedUsers.map(function (value) { return value.shared_user }));
|
||||
input.trigger("change");
|
||||
|
||||
$('.select2-input').on("keyup", function (event) {
|
||||
|
||||
Reference in New Issue
Block a user