mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Set path as tab title attribute
This commit is contained in:
@@ -38,3 +38,4 @@ class Tab extends View
|
||||
fileNameText = 'untitled'
|
||||
|
||||
@fileName.text(fileNameText)
|
||||
@fileName.attr('title', @editSession.getPath())
|
||||
|
||||
Reference in New Issue
Block a user