This commit is contained in:
Zhang Chen 2018-03-03 21:05:29 +08:00 committed by GitHub
parent 4e69b4ee10
commit 00d697af31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1095,6 +1095,7 @@ events.prototype.afterLoadData = function(data) {
////// 长按 //////
events.prototype.longClick = function () {
if (!core.isPlaying()) return false;
if (core.status.event.id=='text') {
core.drawText();
return true;