修复createLine因pointList为空而报错的问题。 - #60
Open
zhiqinyigu wants to merge 7 commits into
Open
Conversation
iPhone 6s IOS9的points有可能为空,因为rect.width === 0。
Author
|
@leaves4j 哈喽,可以抽空看一下这个问题发个版吗? |
Collaborator
|
请提供一下具体的异常信息和复现 case |
Author
Author
|
我给一下log信息你吧 |
Author
Author
|
@leaves4j 看看我要怎么协助你 😂,这个是跟设备关联的,不是代码的问题。计算points那部分的代码我没有深入看。 |
[fix] EasyMarker元素被富文本背景色挡住的问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








iPhone 6s IOS9的points有可能为空,因为highlight()里rect.width === 0。