fix: consider arrow for bound text element (#6297)
* fix: consider arrow for bound text element * add spec
This commit is contained in:
@ -2767,7 +2767,6 @@ class App extends React.Component<AppProps, AppState> {
|
||||
);
|
||||
if (container) {
|
||||
if (
|
||||
isArrowElement(container) ||
|
||||
hasBoundTextElement(container) ||
|
||||
!isTransparent(container.backgroundColor) ||
|
||||
isHittingElementNotConsideringBoundingBox(container, this.state, [
|
||||
|
Reference in New Issue
Block a user