You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that DataTransferItem.webkitGetAsEntry() return null.
Trying to reproduce on a browser, also there, when webkitGetAsEntry is used on a dragover listener, it returns null. But it returns an entry when called inside a drop listener.
Maybe when Brackets will update its shell will hit the same behaviour.
/cc @ingorichter@nethip
Prerequisites
Brackets-Electron
specific problem (did you test it with latest brackets build)?Description
I see errors like this one in the console
Uncaught TypeError: Cannot read property 'fullPath' of null
Versions
Windows 10
1.9.4
Steps to Reproduce
Expected behavior: the extension is installed
Actual behavior: the extension is not installed
The text was updated successfully, but these errors were encountered: