Closed jfrux closed 6 years ago
any tips on handling copy / paste? or is that what you mean by only a subset?
my bad... figured it out... document.execCommand('cut'); document.execCommand('copy'); document.execCommand('paste');
document.execCommand('cut');
document.execCommand('copy');
document.execCommand('paste');
seems to work.
sorry!
any tips on handling copy / paste? or is that what you mean by only a subset?