mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #601 from sharelatex/ns-raise-safari-regex-count
Raising the limit on safari regex count
This commit is contained in:
@@ -85,7 +85,7 @@ define [], () ->
|
||||
# hacky solution: limit iterations
|
||||
limit = null
|
||||
if window?._ide?.browserIsSafari
|
||||
limit = 100
|
||||
limit = 5000
|
||||
|
||||
# fully formed commands
|
||||
realCommands = []
|
||||
|
||||
Reference in New Issue
Block a user