mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
parent
339dc709da
commit
20d9eaf496
3 changed files with 3 additions and 3 deletions
|
|
@ -137,7 +137,7 @@ const Plugin = () => {
|
|||
|
||||
this.setRegex = function(input)
|
||||
{
|
||||
input = input.trim().replace(/\s/g, "|");
|
||||
input = input.trim();
|
||||
matchRegex = new RegExp("(" + input + ")","i");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue