Closed Somya-Singhal closed 2 years ago
Hi @Somya-Singhal - would it be possible to make the changes in the /src/ folder, and then if we run the command "grunt build" which will compile it with the other files into the /dist/ folder. Does that make sense? Thank you!
Hi @Somya-Singhal - would it be possible to make the changes in the /src/ folder, and then if we run the command "grunt build" which will compile it with the other files into the /dist/ folder. Does that make sense? Thank you!
Hello @jywarren, as I checked /src/Infragram.js, but in that file, initMouseEvent has not been used anywhere but in the dist/infragram.js it's been used instead. So I can't understand how do I make changes in the /src/Infragram.js first. Please if possible could you elaborate it?
Hi @Somya-Singhal - would it be possible to make the changes in the /src/ folder, and then if we run the command "grunt build" which will compile it with the other files into the /dist/ folder. Does that make sense? Thank you!
Hello @TildaDares @jywarren, Please could you help me with this.
This PR fixed the issue #315 in which I tried to remove the MouseinitEvent as its use is now being deprecated.