0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-31 15:56:21 +01:00
gitea/web_src
wxiaoguang 74930b1ccd
Avoiding accessing undefined mentionValues (#26461)
The `window.config.mentionValues` might be undefined: 

```
{{if or .Participants .Assignees .MentionableTeams}}
    mentionValues: ...
{{end}}
```
2023-08-12 08:36:23 +00:00
..
css
fomantic
js Avoiding accessing undefined mentionValues (#26461) 2023-08-12 08:36:23 +00:00
svg