mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-09 04:34:27 +00:00
Merge pull request #601 from sharelatex/ns-raise-safari-regex-count
Raising the limit on safari regex count
This commit is contained in:
commit
ece7a4cbb7
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,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