Lokomotom
Results
1
issues of
Lokomotom
value: function focus() { // Add an empty space to texarea. It is necessary for safari to enable "copy" command from menu bar. this.mainElement.value = ' '; this.mainElement.select(); } In...