e_dnd: drag end when mouse up without motion
authorJunseok Kim <juns.kim@samsung.com>
Thu, 22 Jun 2023 05:40:06 +0000 (14:40 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Thu, 29 Jun 2023 02:29:04 +0000 (11:29 +0900)
commitbc2f4ec7115d86d15738ec5e47d2a4acbaff6ffd
tree2baa26cbacf63fbba8e3eb785741537749316ab9
parentaa0f0ce10d208d71df6ff2c26e6c9e5be18f5d67
e_dnd: drag end when mouse up without motion

There was a bug that drag didn't end when mouse just click without any
motion.
It caused by the device id assign when the pointer moves.
For fix the issue, end drag that the device_id didn't assigned on
mouse_up callback.

Change-Id: I2e52915a006de65fe16de36e466a466e70dd7410
src/bin/e_dnd.c