mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-07 11:38:32 +00:00
Expose more things on window.FrankerFaceZ.utilities
. Fix a bug with JavaScript driven layout elements when the FFZ menu is fullscreened by not hiding those elements, only making them invisible and putting FFZ content on top.
This commit is contained in:
parent
720b875196
commit
2c39cd9051
6 changed files with 26 additions and 10 deletions
|
@ -26,7 +26,7 @@ export const State = {
|
|||
}
|
||||
|
||||
|
||||
export default class Module extends EventEmitter {
|
||||
export class Module extends EventEmitter {
|
||||
constructor(name, parent) {
|
||||
if ( ! parent && name instanceof Module ) {
|
||||
parent = name;
|
||||
|
@ -547,6 +547,7 @@ export class SiteModule extends Module {
|
|||
}
|
||||
}
|
||||
|
||||
export default Module;
|
||||
|
||||
|
||||
// ============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue