edvin
12/06/2017, 9:10 AMamanda.hinchman-dominguez
12/06/2017, 7:31 PMedvin
12/06/2017, 7:36 PMgrid
is, but passGridInfo
looks suspect. I also wonder by the gridInfo
object isn't already in scope so you simply do val gridInfo: GridInfo by inject
edvin
12/06/2017, 7:37 PMedvin
12/06/2017, 7:41 PMval pos = event.dragboard.getContent(TITLES).getPosition()
so you don't need to repeat that 4 times in a row 🙂edvin
12/06/2017, 7:41 PMpos.colIndex
etc to the grid.add function.amanda.hinchman-dominguez
12/06/2017, 8:25 PMamanda.hinchman-dominguez
12/06/2017, 8:25 PMedvin
12/06/2017, 9:17 PM