Merge pull request #220 from ckcz123/v2.0

Fix Mobile
This commit is contained in:
Zhang Chen 2018-09-20 11:56:41 +08:00 committed by GitHub
commit 6ff2dd2739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -482,7 +482,7 @@ var editor_mobile_listen=function(){
mobileeditdata.style='z-index:-1;opacity: 0;';
editor.lastClickId='';
}
mobileview.children[2].onclick=function(){
mobileview.children[3].onclick=function(){
mid.style='z-index:-1;opacity: 0;';
right.style='';
mobileeditdata.style='z-index:-1;opacity: 0;';