mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-27 10:44:43 +08:00
Various color picker fixes
This commit is contained in:
@@ -233,6 +233,13 @@ export default class Utility {
|
||||
.replaceAll("\\n", "\n")
|
||||
}
|
||||
|
||||
/** @param {String} value */
|
||||
static clearHTMLWhitespace(value) {
|
||||
return value
|
||||
.replaceAll(" ", "\u00A0")
|
||||
.replaceAll("<br>", "\n")
|
||||
}
|
||||
|
||||
/** @param {String} value */
|
||||
static formatStringName(value) {
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user