-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 修复一系列Label插件问题 #1969
fix: 修复一系列Label插件问题 #1969
Conversation
|
@@ -32,13 +32,13 @@ | |||
} | |||
|
|||
&-editing { | |||
border: 2px solid #275dc5; | |||
outline: 2px solid #275dc5; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see see
这个 PR,我本地删除依赖,重新 install,build 会失败,你周一看下你那边有没有问题,如果有定位下原因处理一下哈 |
@@ -64,6 +64,7 @@ export class LabelModel { | |||
id: this.id, | |||
x: this.x, | |||
y: this.y, | |||
type: 'label', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加了该 type 标识,但 LabelData 类型和 LabelConfig 类型中都没有改属性,所以增加 core 包类型定义,解决打包报错的问题
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me cc
feat:
fix:
relate issues #1966 #1910 #1909