icyield
icyield
A quick fix is to add mouseleave to the mouseup detection in Canvas.js:170 ` this.html.bind("mouseup touchend mouseleave", function (event) {` This changes more than just the connection dragging of course.
Old Topic but needed to do this myself. I added an Application class and defined a FirebasePluginMessageReceiver there. Instantiated in OnCreate `@Override public void onCreate() { super.onCreate(); new Appear2meeMessageReceiver(); //...
The fact that alpha canvas might have some issues that make it more difficult to use is not really a reason to not allow users to override. If this is...
As a fix I have added a separate redis instance. The multi cmd is done on the second instance and seems to have sorted the problem for me. But in...