This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse
Gerhard Schlager 2e5e4dbf19
DEV: Make it easier to customize link attributes in quick access menu (#11365)
This allows themes to customize link attributes:

```
api.reopenWidget("quick-access-item", {
  _linkAttributes(href) {
    const attributes = this._super(...arguments);
    // do stuff
    return attributes;
  }
}
```
2020-11-27 12:26:47 +01:00
..
app DEV: Make it easier to customize link attributes in quick access menu (#11365) 2020-11-27 12:26:47 +01:00
tests FIX: No tags should be set if tag chooser is hidden (#11362) 2020-11-27 13:03:37 +02:00