I think your clipboard operations make sense if yo...
# tornadofx
c
I think your clipboard operations make sense if you're getting Tiles or Tile properties from outside the app. For example, say you drag a .json file onto your app and it loads a layout of Tiles. Or, say you paste a CSS color onto a Tile from the clipboard. Otherwise, clipboard operations may interfere with how users expect to work with the system. I can't think of an app that would wipe out the clipboard just by dragging. For instance, if you copy a URL into the clipboard, drag a text object in Adobe Illustrator onto the canvas, then paste, you'd expect the URL to appear. It won't if the clipboard is filled in with the Adobe Illustrator serialized text object.