atom-project-viewer icon indicating copy to clipboard operation
atom-project-viewer copied to clipboard

[bug] Uncaught TypeError: Cannot read property 'onDidDestroy' + highlight-select

Open miztizm opened this issue 5 years ago • 0 comments

Uncaught TypeError: Cannot read property 'onDidDestroy' of undefined
C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\<embedded>:14
Hide Stack Trace
TypeError: Cannot read property 'onDidDestroy' of undefined
    at new LayerDecoration (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\<embedded>:14:105382)
    at DecorationManager.decorateMarkerLayer (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\<embedded>:11:519591)
    at TextEditor.decorateMarkerLayer (C:\Users\xxx\AppData\Local\atom\app-1.35.1\resources\app\static\<embedded>:11:27615)
    at HighlightedAreaView.module.exports.HighlightedAreaView.highlightSelectionInEditor (file:///C:/Users/xxx/.atom/packages/highlight-selected/lib/highlighted-area-view.coffee:223:12)
    at file:///C:/Users/xxx/.atom/packages/highlight-selected/lib/highlighted-area-view.coffee:161:10
    at Array.forEach (<anonymous>)
    at HighlightedAreaView.module.exports.HighlightedAreaView.handleSelection (file:///C:/Users/xxx/.atom/packages/highlight-selected/lib/highlighted-area-view.coffee:160:27)
    at HighlightedAreaView.handleSelection (file:///C:/Users/xxx/.atom/packages/highlight-selected/lib/highlighted-area-view.coffee:1:1)
    at file:///C:/Users/xxx/.atom/packages/highlight-selected/lib/highlighted-area-view.coffee:88:8

Other topic: https://github.com/richrace/highlight-selected/issues/191

miztizm avatar Mar 22 '19 06:03 miztizm