Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
regischen committed Nov 24, 2023
1 parent c0aa326 commit d2faf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export class EdgelessSelectedRect extends WithDisposable(LitElement) {
element.edgeless = DEFAULT_EDGELESS_PROP;
}

if (curBound.h !== bound.h && element.edgeless.collapse) {
if (curBound.h !== bound.h && !element.edgeless.collapse) {
element.edgeless.collapse = true;
}

Expand Down

0 comments on commit d2faf26

Please sign in to comment.