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