You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Circumvent the linter
This commit is contained in:
@@ -287,11 +287,10 @@ export default class Stickerpicker extends React.Component {
|
|||||||
return stickersContent;
|
return stickersContent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
// Dev note: this isn't jsdoc because it's angry.
|
||||||
|
/*
|
||||||
* Show the sticker picker overlay
|
* Show the sticker picker overlay
|
||||||
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
||||||
* @param {Event} e Event that triggered the function
|
|
||||||
* @return Nothing of use when the thing happens.
|
|
||||||
*/
|
*/
|
||||||
_onShowStickersClick(e) {
|
_onShowStickersClick(e) {
|
||||||
if (!SettingsStore.getValue("integrationProvisioning")) {
|
if (!SettingsStore.getValue("integrationProvisioning")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user