1
0
mirror of synced 2024-11-22 21:16:10 +03:00

fix focus in mobile. fixes #1018

This commit is contained in:
Igor Vaynberg 2013-05-09 09:48:31 -07:00
parent 49c05d35b4
commit 7fc16ed094

View File

@ -1183,7 +1183,7 @@ the specific language governing permissions and limitations under the Apache Lic
if (!this.shouldOpen()) return false;
window.setTimeout(this.bind(this.opening), 1);
this.opening();
return true;
},