mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Fix zoom and scroll
This commit is contained in:
@@ -205,7 +205,7 @@ export default class Utility {
|
||||
}
|
||||
targetType = type
|
||||
}
|
||||
if (targetType && !Utility.isValueOfType(value, targetType)) {
|
||||
if (targetType && !Utility.isValueOfType(value, targetType, true)) {
|
||||
value = targetType === BigInt
|
||||
? BigInt(value)
|
||||
: new targetType(value)
|
||||
|
||||
Reference in New Issue
Block a user