Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atom/markdown-preview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c610503c39d7be12a85016f2d7c9a13d61104db0
Choose a base ref
..
head repository: atom/markdown-preview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 193c09de62882a2bd39b85666259e56b29dd5f73
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 βˆ’1 lib/markdown-preview-view.coffee
2 changes: 1 addition & 1 deletion lib/markdown-preview-view.coffee
Original file line number Diff line number Diff line change
@@ -263,7 +263,7 @@ class MarkdownPreviewView extends ScrollView
activeFileDir = path.dirname(activeFile)
clickedFile = event.target.getAttribute('href')
clickedPath = path.join(activeFileDir, clickedFile)
atom.workspace.open clickedPath, {split:'left'}
atom.workspace.open clickedPath, {split: 'left'}

saveAs: ->
return if @loading