Hung Le
Hung Le
There is no policy related to click-to-add vertex behavior. However, I've found a work around. Thanks.
Yes, I've seen it. However, the requirement for my case is different. I still need the original vertices to be editable but I don't need the click-to-add vertex behavior. So...
Got it. Thank you for your help!
Warnings for customClasses, leftButton, rightButton have been fixed on [This commit](https://github.com/vinhhungle/reactionic/commit/5849645fe67bbee5189fdfd0f99552aafc0b655b) You can install the latest version: ``` meteor npm install [email protected] ``` For history, location, params, route, routeParams, routes:...
I've got the same issue. Do you know why the [demo](https://www.jannikbuschke.de/gatsby-antd-docs/docs/get-started/latex) works?
Update package.json with the following versions works for me ``` "@mdx-js/mdx": "1.6.21", "gatsby-remark-katex": "4.2.0", ```
Have you tried removing the slash in "/static/..." in build/index.html ? I also have to manually add manifest.json in build/ ``` { "landing-pages" : [ { "path": "index.html", "apex-controller": "ApexController",...
This works for me. But I'm not quite sure if it is the correct way. ``` getAll: { action: function() { return { status: 'success', data: Photos.find({ userId: this.userId }).fetch()...
I got the same error using jsforce streaming api in dev org. I followed the instructions in this gist https://gist.github.com/leboff/6017479 which use cometd and jquery and it works on visualforce...