me icon indicating copy to clipboard operation
me copied to clipboard

`dropTarget` on a `Row` does not work after switching monitor

Open KiruyaMomochi opened this issue 2 years ago • 0 comments

Environment

  • JetBrains Compose org.jetbrains.compose 1.1.1
  • Microsoft Windows 10.0.22616
  • Two monitors with different density.

Steps to Reproduce

  1. Add dropParent modifier on a surface.
  2. Create a row in this surface, adding dropTarget modifier.
  3. Run application. Then drag and drop function only works before I move the window into another monitor.

However, if I add dropTarget to TextField, it works correctly.

Example code

https://gist.github.com/KiruyaMomochi/04585a662b0167529c6bd03fbc3794fc

KiruyaMomochi avatar May 08 '22 13:05 KiruyaMomochi