mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
undoing optimized drag and drop for now because I added it in due to Google Chrome's latest release which made drag and drop very slow (while other browsers are still fast), and the changes that I made to help work around it were slightly effecting the experience in other browsers. I'll file a ticket with Google Chrome instead
This commit is contained in:
@@ -10,7 +10,7 @@ function log(message) {
|
||||
* Test constructor
|
||||
*/
|
||||
function Test() {
|
||||
this.testOnly = '';
|
||||
this.testOnly = 'DRAG AND DROP - draggable true';
|
||||
this.counter = 0;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user