mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Raising the limit on safari regex count
This commit is contained in:
parent
5430c8a3c2
commit
80c00b13f7
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ define [], () ->
|
|||
# hacky solution: limit iterations
|
||||
limit = null
|
||||
if window?._ide?.browserIsSafari
|
||||
limit = 100
|
||||
limit = 5000
|
||||
|
||||
# fully formed commands
|
||||
realCommands = []
|
||||
|
|
Loading…
Reference in a new issue