ant-devtools-frontend
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "ant-devtools-frontend", | ||
"description": "Ant DevTools UI From Chrome", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -14,2 +14,6 @@ window.sendToHost = function () { | ||
ipcRenderer.once.apply(ipcRenderer, arguments); | ||
}; | ||
}; | ||
window.ondragover = () => false; | ||
window.ondragleave = () => false; | ||
window.ondrop = () => false; |
Sorry, the diff of this file is too big to display
6890866
46835