Merge pull request #601 from sharelatex/ns-raise-safari-regex-count
Raising the limit on safari regex count
This commit is contained in:
+1
-1
@@ -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