mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Fix incompatible nodes types
This commit is contained in:
@@ -379,7 +379,7 @@ export default class Utility {
|
||||
static formatStringName(value = "") {
|
||||
return value
|
||||
// Remove leading b (for boolean values) or newlines
|
||||
.replace(/^\s*b/, "")
|
||||
.replace(/^\s*b(?=[A-Z])/, "")
|
||||
// Insert a space where needed, possibly removing unnecessary elading characters
|
||||
.replaceAll(Configuration.nameRegexSpaceReplacement, " ")
|
||||
.trim()
|
||||
|
||||
Reference in New Issue
Block a user