Forums › 💬 FlowCanvas › ⚙️ Support › BUG: Method Name not Fully Displayed › Reply To: BUG: Method Name not Fully Displayed
Hello,
Thanks for letting me know. To fix this, please open up StringUtils.cs and change line #29 with this line of code: if ( underscoreIndex <= 1 ) {
if ( underscoreIndex <= 1 ) {
Thank you.