You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#87 by removing empty strings after split operation
this will also avoid problems in case there is ever a double-comma
or a trailing comma in the rc or rccancel properties.
Switching to the .Split() method is safe here because GetAttribute()
always returns a string, not null.
0 commit comments