mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-28 16:42:47 +08:00
🐛 修复分离窗口后主程序失去响应的bug
This commit is contained in:
parent
c0aaae08ee
commit
5553170c5a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rubick",
|
"name": "rubick",
|
||||||
"version": "4.0.7",
|
"version": "4.0.8",
|
||||||
"author": "muwoo <2424880409@qq.com>",
|
"author": "muwoo <2424880409@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -222,7 +222,7 @@ class API extends DBInstance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public getFeatures() {
|
public getFeatures() {
|
||||||
return this.currentPlugin.features;
|
return this.currentPlugin?.features;
|
||||||
}
|
}
|
||||||
|
|
||||||
public setFeature({ data }, window) {
|
public setFeature({ data }, window) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user