When we create the webform element without exposing them to users then users not been added to the contact list, this code fixed it.
Replace this after 336 line:

		foreach($component['extra']['lists'] as $key => $value){
			if(!empty($value)){
				$contact_lists[$key] = $value;
			}
		}