XL v1.3.2 fix version rollback and Discord crash

This commit is contained in:
_Lighty_ 2020-01-06 16:29:57 +01:00 committed by GitHub
parent d6679806b9
commit e4e4123c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,7 @@ var XenoLib = (() => {
twitter_username: ''
}
],
version: '1.3.0',
version: '1.3.2',
description: 'Simple library to complement plugins with shared code without lowering performance.',
github: 'https://github.com/1Lighty',
github_raw: 'https://raw.githubusercontent.com/1Lighty/BetterDiscordPlugins/master/Plugins/1XenoLib.plugin.js'
@ -524,7 +524,6 @@ var XenoLib = (() => {
_this.setState = setState;
}
if (!_this.state) _this.state = {};
ret.props.children.push(document.createElement('div'));
XenoLib.__contextPatches.forEach(e => {
try {
e(_this, menuGroups);