diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-06-17 13:43:35 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-06-17 13:43:35 -0400 |
| commit | 37e1c3895af6666bbd4c253fb7af51495ec48706 (patch) | |
| tree | 78beb9e04812294b1c71307b69b2a1d721e9a5fc /src/client/util | |
| parent | 122607408882617235af255af84ce78828b7982f (diff) | |
| parent | 589d2409cf00c3ff15eddbe88835a63a09785f2c (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into pdf_impl
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/DragManager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/DragManager.ts b/src/client/util/DragManager.ts index 0fdc6f193..89566e777 100644 --- a/src/client/util/DragManager.ts +++ b/src/client/util/DragManager.ts @@ -281,6 +281,7 @@ export namespace DragManager { // } // } let set = dragElement.getElementsByTagName('*'); + if (dragElement.hasAttribute("style")) (dragElement as any).style.pointerEvents = "none"; for (let i = 0; i < set.length; i++) if (set[i].hasAttribute("style")) { let s = set[i]; |
