Skip to content

Commit

Permalink
Merge pull request #560 from lixinghua123/dev-lxh
Browse files Browse the repository at this point in the history
feat: Rect tool activation status optimization
  • Loading branch information
lihqi committed Sep 11, 2024
2 parents 2d39d4c + 4563afb commit be43bd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ class RectOperation extends BasicToolOperation {
return;
}

if (this.config.textConfigurable) {
if (this.config.textConfigurable || this.config?.secondaryAttributeConfigurable) {
this.setSelectedRectID(this.drawingRect.id);
} else {
this.setSelectedRectID();
Expand Down

0 comments on commit be43bd3

Please sign in to comment.