Abhijit Das

Results 15 comments of Abhijit Das

Hello @Witoso While I understand that you don't want to add this feature but here's a use case. We are using Ckeditor for email template building, in this we want...

@Witoso Would there be a workaround for the 2nd use case? where we can add loops or conditions?

I have used a code editor, if anyone is interested - [React Ace](https://github.com/securingsincity/react-ace)

The code here `containerStyle = { height: '100%', ...containerStyle };` could have been a bit more flexible. https://github.com/frontend-collective/react-sortable-tree/blame/f482bc7f2853c698cad08fc75bb6fd3e36f2f79a/src/react-sortable-tree.js#L685 You can use the `style` property on the sortable widget to give...

Faced the same issue, here's the solution, add `class="show"` to your top level `collapse` element. ``` ... ```

None of the mobile responsive rules works. Why would you not have a support system for pro users? You are simply pushing us to GitHub?

It's not able to fetch the `config` file, the file path is the issue. So, an easy hack is to just add the config file manually but it that makes...