Skip to content
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

read text.children when there is children in text #18

Merged
merged 1 commit into from
Nov 24, 2015

Conversation

afc163
Copy link
Member

@afc163 afc163 commented Nov 24, 2015

Fix problem below, which is work in old version.

var columns = [{
  title: 'xx',
  render() {
    return 'raw text without wrapping';  // It is broken in 3.6
  }
}]

Fix problem below, which is work in 3.2.x

```js
var columns = [{
  title: 'xx',
  render() {
    return 'raw text without wrapping';
  }
}]
```
afc163 added a commit that referenced this pull request Nov 24, 2015
read text.children when there is children in text
@afc163 afc163 merged commit 29b18be into master Nov 24, 2015
@afc163 afc163 deleted the fix-raw-render-text branch November 24, 2015 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant