mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update ComposeModal, add noMatchTemplate to zurb autocomplete
This commit is contained in:
parent
653346ab98
commit
84727d5c26
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ export default {
|
||||||
taggedPeopleSearch: null,
|
taggedPeopleSearch: null,
|
||||||
textMode: false,
|
textMode: false,
|
||||||
tributeSettings: {
|
tributeSettings: {
|
||||||
|
noMatchTemplate: function () { return null; },
|
||||||
collection: [
|
collection: [
|
||||||
{
|
{
|
||||||
trigger: '@',
|
trigger: '@',
|
||||||
|
|
Loading…
Reference in a new issue