Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
support round-tripping
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Jan 29, 2014
1 parent 7761762 commit f39c64a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions x-palette.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,7 @@
var meta = this.$.meta.byId(tag);
var e = event || {};
//
var elt = meta.createElement();
var style = elt.style;
style.position = 'absolute';
style.pointerEvents = 'none';
style.transition = 'none';
style.webkitTransition = 'none';
//
var elt = this.fire('palette-create-drag-object', {tag: tag}).element;
return {
origin: {left: e.pageX - 24, top: e.pageY - 24},
element: elt
Expand Down

0 comments on commit f39c64a

Please sign in to comment.