mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix error in flexbor.destroy
This commit is contained in:
parent
a19a01300b
commit
8ff0cb3886
@ -634,6 +634,8 @@ apf.vbox = function(struct, tagName) {
|
||||
this.unregister = function(amlNode) {
|
||||
if (!amlNode.$propHandlers)
|
||||
return;
|
||||
|
||||
if (!amlNode.$ext) return;
|
||||
|
||||
amlNode.$propHandlers["left"] =
|
||||
amlNode.$propHandlers["top"] =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user