@bobfrankston/rmfmail 1.2.236 → 1.2.237
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/compose/compose.bundle.js +1 -0
- package/client/compose/compose.bundle.js.map +2 -2
- package/client/compose/compose.js +13 -1
- package/client/compose/compose.js.map +1 -1
- package/client/compose/compose.ts +14 -1
- package/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-15996 → node_modules.npmglobalize-stash-40840}/.package-lock.json +0 -0
|
@@ -4971,6 +4971,7 @@ init_api_client();
|
|
|
4971
4971
|
init_edit_commands();
|
|
4972
4972
|
init_context_menu();
|
|
4973
4973
|
installConsoleCapture();
|
|
4974
|
+
connectEvents();
|
|
4974
4975
|
logClientEvent("compose-module-loaded", { href: location.href, version: window.mailxVersion || "?" });
|
|
4975
4976
|
var _composeT0 = performance.now();
|
|
4976
4977
|
function _ctick(label) {
|