Merge pull request #601 from sharelatex/ns-raise-safari-regex-count

Raising the limit on safari regex count
This commit is contained in:
James Allen
2017-09-18 11:16:49 +02:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ define [], () ->
# hacky solution: limit iterations
limit = null
if window?._ide?.browserIsSafari
limit = 100
limit = 5000
# fully formed commands
realCommands = []