mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Respect initialLine and initialColumn options when reopening a file
Fix #1743
This commit is contained in:
@@ -359,7 +359,7 @@ class AtomApplication
|
||||
|
||||
if existingWindow?
|
||||
openedWindow = existingWindow
|
||||
openedWindow.openPath(pathToOpen, initialLine)
|
||||
openedWindow.openPath(pathToOpen, initialLine, initialColumn)
|
||||
if openedWindow.isMinimized()
|
||||
openedWindow.restore()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user