Paste fails when copying images from localhost
last updated 10m ago
To reproduce
-
Clone the repo:
https://github.com/YottaYocta/paper-localhost-snapshot - Run the dev server and open the page in a browser.
- Copy one of the images in the component column.
- Paste into editor.
Max/min-width is kept when pasting snapshots to Paper
last updated 10m ago
Card with max-width
This element has max-width and min-width set. Copy and paste it into editor.
When an element with a max-width (or min-width) constraint is copied and pasted into editor, the pasted
node inherits the constraint. There is no way to overwrite it without
creating a new element.
To reproduce
- Copy the card in the component column.
- Paste it into the editor.
- Try to increase the pasted node's width beyond its max-width.
Inline styled text
last updated 36m ago
Some plain text here followed by styled text here
Some plain text here followed by
styled text here but in a div
Snapshot splits non-span elements into their own style, but eliminates
any styling within a <p> tag if done through a span
Complex transforms
last updated 36m ago
Card A
Card B
Card C
tilt card
Rotation preserved in editor for rotation example. Skew not preserved