mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 15:31:22 +02:00
misc cleanup
This commit is contained in:
parent
10369170ed
commit
f2b7042a33
@ -37,7 +37,6 @@ const STICKERPICKER_Z_INDEX = 3500;
|
|||||||
const PERSISTED_ELEMENT_KEY = "stickerPicker";
|
const PERSISTED_ELEMENT_KEY = "stickerPicker";
|
||||||
|
|
||||||
export default class Stickerpicker extends React.Component {
|
export default class Stickerpicker extends React.Component {
|
||||||
|
|
||||||
static currentWidget;
|
static currentWidget;
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
@ -23,7 +23,6 @@ import MatrixClientPeg from '../MatrixClientPeg';
|
|||||||
* * What widget is set to remain always-on-screen, if any
|
* * What widget is set to remain always-on-screen, if any
|
||||||
* Only one widget may be 'always on screen' at any one time.
|
* Only one widget may be 'always on screen' at any one time.
|
||||||
* * Negotiated capabilities for active apps
|
* * Negotiated capabilities for active apps
|
||||||
* * Which stickerpicker the app is using, if any
|
|
||||||
*/
|
*/
|
||||||
class ActiveWidgetStore extends EventEmitter {
|
class ActiveWidgetStore extends EventEmitter {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user