mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Refactoring, various fixes
This commit is contained in:
@@ -28,7 +28,7 @@ export default class IEntity {
|
||||
* - A proper value.
|
||||
*/
|
||||
const value = Utility.objectGet(options, fullKey)
|
||||
if (value !== null) {
|
||||
if (value !== undefined) {
|
||||
target[property] = value
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user