George Kiselev
George Kiselev
Hi @Son-Lam! Now mxGraph's d.ts is bigger, but I can't push it any more according to my company's rules. If you want to icorparate it, I can say: 1. mxGraph...
@Mayank0255 Can I do it?
Ok, will restrictions eliminate soon? Or you don't want to implement functionality right now?
And it's not finished yet. If element is added with delay (for example, after async request to server), an error will occur
> And it's not finished yet. If element is added with delay (for example, after async request to server), an error will occur Finished that feature: - Added function to...
> * `waitforElement` function applied in `nextStep` [b6e885a](https://github.com/usablica/intro.js/commit/b6e885a579cfdc809b6f92159b4f814fe70d72fd) Fixed commit https://github.com/usablica/intro.js/pull/1679/commits/b61ffab232720e0ada79c204ed84fd05467b5e78 and added test https://github.com/gooddaytoday/intro.js/commit/8716a1a038324fad58af5f9ba3d7cd9da6f65ac5 for that error
Rebased and edited branch in order to: - Reduce amount of changes: added new `create_div_btn.html` instead of editing `index.html`, so there is no differences in old screenshots. - Clean history...
> TestCafe cannot interact with the x element because another element obstructs it. There is a mask, that overlaps interface In our app to deny interact during async operations. So,...