Fix Bug
This commit is contained in:
parent
4e69b4ee10
commit
00d697af31
@ -1095,6 +1095,7 @@ events.prototype.afterLoadData = function(data) {
|
|||||||
|
|
||||||
////// 长按 //////
|
////// 长按 //////
|
||||||
events.prototype.longClick = function () {
|
events.prototype.longClick = function () {
|
||||||
|
if (!core.isPlaying()) return false;
|
||||||
if (core.status.event.id=='text') {
|
if (core.status.event.id=='text') {
|
||||||
core.drawText();
|
core.drawText();
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user