mirror of
				https://github.com/szrpf/DataBoardDemo.git
				synced 2025-11-04 05:15:37 +00:00 
			
		
		
		
	v2.2
This commit is contained in:
		@@ -154,7 +154,7 @@ var DataBoard = /** @class */ (function (_super) {
 | 
			
		||||
        set: function (value) {
 | 
			
		||||
            this._customLabelString = value;
 | 
			
		||||
            this.customLabelStringSplit = value
 | 
			
		||||
                .replace(/,|,/g, '_~_').replace(/:|:/g, '_!_').replace(/ |\t/g, '_@_')
 | 
			
		||||
                .replace(/,|,/g, '_~_').replace(/:|:/g, '_!_').replace(/  /g, '_@_')
 | 
			
		||||
                .replace(/_*\n_*/g, '_\n_').split('_');
 | 
			
		||||
        },
 | 
			
		||||
        enumerable: false,
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user