diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-28 14:36:02 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-28 14:36:02 -0400 |
| commit | e4a298e8e5410af8654e0e2aafd6e21c212ecee1 (patch) | |
| tree | 8d43ab363e01b886f26492c52e3e5d9bdf070d02 /src/client/views/nodes/ImageBox.tsx | |
| parent | f7ae243462a819c69ee4ba9d828b69b3685a0e13 (diff) | |
added pasting of img url's with ctrl-b, switched stacking view to a masonry view like pinterest. fixed template overlays.
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 128f3c6f8..d70068295 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -86,8 +86,8 @@ export class ImageBox extends DocComponent<FieldViewProps, ImageDocument>(ImageD onPointerDown = (e: React.PointerEvent): void => { if (e.shiftKey && e.ctrlKey) - e.stopPropagation(); + e.stopPropagation(); // if (Date.now() - this._lastTap < 300) { // if (e.buttons === 1) { // this._downX = e.clientX; |
