mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 05:48:59 +08:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -280,10 +280,10 @@ export class ConnectorElementModel extends GfxPrimitiveElementModel<ConnectorEle
|
||||
hasLabel() {
|
||||
return Boolean(
|
||||
!this.labelEditing &&
|
||||
this.labelDisplay &&
|
||||
this.labelXYWH &&
|
||||
this.text &&
|
||||
this.text.length
|
||||
this.labelDisplay &&
|
||||
this.labelXYWH &&
|
||||
this.text &&
|
||||
this.text.length
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user