Improve performance of the emoji model
Only display up to 10 emojis when searching Related to #310 but a better solution needs to be found because we get the same problem on big room when autocompleting usernames.
This commit is contained in:
@@ -10,12 +10,12 @@ import org.kde.kirigami 2.13 as Kirigami
|
||||
|
||||
import NeoChat.Component 1.0
|
||||
|
||||
import org.kde.neochat 1.0
|
||||
import org.kde.neochat 1.0 as NeoChat
|
||||
|
||||
ColumnLayout {
|
||||
property string emojiCategory: "history"
|
||||
property var textArea
|
||||
property var emojiModel
|
||||
readonly property var emojiModel: NeoChat.EmojiModel
|
||||
|
||||
signal chosen(string emoji)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user