mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix issue in drag drop feature. It's regression of RM #4552
This commit is contained in:
committed by
Akshay Joshi
parent
a850e7bd5a
commit
a51de78292
@@ -369,7 +369,7 @@ define('tools.querytool', [
|
||||
self.query_tool_obj.on('drop', (editor, e) => {
|
||||
var dropDetails = null;
|
||||
try {
|
||||
JSON.parse(e.dataTransfer.getData('text'));
|
||||
dropDetails = JSON.parse(e.dataTransfer.getData('text'));
|
||||
|
||||
/* Stop firefox from redirecting */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user