
committed by
Igor Minar

parent
f48b343af1
commit
0f5c70d563
@ -482,7 +482,7 @@ class SafeSelector {
|
||||
this.index++;
|
||||
return pseudo + replaceBy;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
restore(content: string): string {
|
||||
return content.replace(/__ph-(\d+)__/g, (ph, index) => this.placeholders[+index]);
|
||||
|
Reference in New Issue
Block a user