mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
🎨
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
path = require 'path'
|
||||
{CompositeDisposable} = require 'event-kit'
|
||||
Grim = require 'grim'
|
||||
{$, callAttachHooks, callRemoveHooks} = require './space-pen-extensions'
|
||||
@@ -72,7 +73,6 @@ class PaneElement extends HTMLElement
|
||||
itemView = atom.views.getView(item)
|
||||
|
||||
if itemPath = item.getPath?()
|
||||
path = require 'path'
|
||||
@dataset.activeItemName = path.basename(itemPath)
|
||||
@dataset.activeItemPath = itemPath
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user