mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-07 19:47:29 +08:00
Fix multiline comment
This commit is contained in:
@@ -179,7 +179,7 @@ export default class PinEntity extends IEntity {
|
||||
&& (match = this.PinToolTip.match(/\s*(.+?(?=\n)|.+\S)\s*/))
|
||||
) {
|
||||
if (match[1].toLowerCase() === result.toLowerCase()) {
|
||||
return match[1]
|
||||
return match[1] // In case they match, then keep the case of the PinToolTip
|
||||
}
|
||||
}
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user