mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Fix a broken if-else-if statement
This commit is contained in:
@@ -31,7 +31,7 @@ define [
|
||||
(entity) ->
|
||||
if type == 'doc'
|
||||
ide.editorManager.openDoc(entity)
|
||||
else type == 'file'
|
||||
else if type == 'file'
|
||||
ide.binaryFilesManager.openFile(entity)
|
||||
3000
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user