Alex Kuhn
Alex Kuhn
`clowne 1.4.0` `ruby 3.0.2` `rails 6.1.4`
Didn't find anything better than just to re-fill `cell.column_id` in the `CellCloner`: ``` after_persist do |source, clone, mapper:, **| if source.column_id column = mapper.clone_of(source.column) clone.update(column_id: column.id) end end ``` Which...
Hi! I have a similar question. My goal is to apply the marker to a single point (I know its position), but not to every point with the pointed value....