提交 fba40c7a 编写于 作者: P pissang

fix: fix not existed emphasis state caused error.

上级 678b42d5
......@@ -462,7 +462,9 @@ function elementStateProxy(this: Displayable, stateName: string): DisplayableSta
state.style = emphasisStyle;
}
}
state.z2 = this.z2 + Z2_EMPHASIS_LIFT;
if (state) {
state.z2 = this.z2 + Z2_EMPHASIS_LIFT;
}
}
return state;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册