fix bookmark height (#4118)
fixes #4109 ### Change type - [x] `bugfix` - [ ] `improvement` - [ ] `feature` - [ ] `api` - [ ] `other` ### Test plan 1. Create a shape... 2. - [ ] Unit tests - [ ] End to end tests ### Release notes - Fixed a bug with…
This commit is contained in:
parent
adbb0e9b3b
commit
922dd416b1
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ export class BookmarkShapeUtil extends BaseBoxShapeUtil<TLBookmarkShape> {
|
||||||
className="tl-bookmark__container"
|
className="tl-bookmark__container"
|
||||||
style={{
|
style={{
|
||||||
boxShadow: getRotatedBoxShadow(pageRotation),
|
boxShadow: getRotatedBoxShadow(pageRotation),
|
||||||
|
maxHeight: shape.props.h,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{(!asset || asset.props.image) && (
|
{(!asset || asset.props.image) && (
|
||||||
|
|
Loading…
Reference in a new issue