abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
524 stars 68 forks source link

bufferElement.attach is not a function #440

Open hodossy opened 4 years ago

hodossy commented 4 years ago

I get the following error after updating to Atom. It prevents focusing the pending pae items.

Uncaught (in promise) TypeError: bufferElement.attach is not a function
    at file:///C:/Users/hodossy/.atom/packages/pigments/lib/color-project.coffee:261:23
    at onDidAddTextEditor (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:428374)
    at Function.simpleDispatch (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:1212986)
    at Emitter.emit (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:1214427)
    at onDidAddPaneItem (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:426477)
    at Function.simpleDispatch (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:1212986)
    at Emitter.emit (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:1214427)
    at PaneContainer.didAddPaneItem (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:446613)
    at Pane.addItem (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:459024)
    at Pane.activateItem (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:457887)
    at Workspace.open (C:\Users\hodossy\AppData\Local\atom\app-1.44.0\resources\app\static\<embedded>:11:431601)