kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

fixed drag and drop files bug in app #250

Closed bpat714 closed 5 years ago

bpat714 commented 5 years ago

Fixes #229

Previously when files were dragged and dropped anywhere inside the browser it will attempt to open the file.

Changes: Now if any files are dragged and dropped into the browser, it will be ignored it.

How to test:

1) run the application 2) drag and drop any file into the window 3) repeat with all the different pages

dlrrb4714 commented 5 years ago

LGTM. Works fine for me as well!