mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 08:14:13 +01:00
Fix pasting.
--HG-- extra : rebase_source : 338ca94353f9f407ab9cf2f5c892008adfce46fa
This commit is contained in:
@@ -170,7 +170,9 @@ const Dactyl = Module("dactyl", {
|
||||
str = data.data.substring(0, dataLen.value / 2);
|
||||
}
|
||||
}
|
||||
catch (e) {}
|
||||
catch (e) {
|
||||
dactyl.reportError(e, true);
|
||||
}
|
||||
|
||||
return str;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user