mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 15:06:27 +09:00
(maybe) Fix bug
This commit is contained in:
@ -189,6 +189,7 @@ const elements = [
|
||||
}
|
||||
|
||||
if (thisIsNotARegexp) return null;
|
||||
if (regexp == '') return null;
|
||||
if (regexp[0] == ' ' && regexp[regexp.length - 1] == ' ') return null;
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user