mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-16 23:54:19 +08:00
🐛 修复分离窗口后主程序失去响应的bug
This commit is contained in:
@@ -222,7 +222,7 @@ class API extends DBInstance {
|
||||
}
|
||||
|
||||
public getFeatures() {
|
||||
return this.currentPlugin.features;
|
||||
return this.currentPlugin?.features;
|
||||
}
|
||||
|
||||
public setFeature({ data }, window) {
|
||||
|
||||
Reference in New Issue
Block a user