ethereum/remix-plugin

Issue in deactivating DRT plugin

Aniket-Engg opened this issue · 0 comments

When I try to deactivate DRT (Deploy & Run Transactions) plugin, Its icon disappeared from icon panel, But it is not actually deactivated and in browser console, It show this error:

vendor.js:100266 Uncaught (in promise) TypeError: The "listener" argument must be of type Function. Received type undefined
    at checkListener (vendor.js:100266)
    at EventEmitter.removeListener (vendor.js:100467)
    at vendor.js:9758
    at Array.forEach (<anonymous>)
    at RunTab.e.deactivate (vendor.js:9758)
    at t.<anonymous> (vendor.js:9758)
    at vendor.js:9758
    at Object.next (vendor.js:9758)
    at s (vendor.js:9758)

Here is the screenshot:
DRT Plugin Issue

On reloading IDE, plugin appears in icon panel.

Deactivation of some other plugin works fine