chore(client/ts): port services/mac_init

This commit is contained in:
Elian Doran 2024-12-21 22:37:38 +02:00
parent a759c1fbd2
commit f4c73d45c7
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ function init() {
} }
} }
function exec(cmd) { function exec(cmd: string) {
document.execCommand(cmd); document.execCommand(cmd);
return false; return false;