@social-mail/social-mail-client 1.8.365 → 1.8.367

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.365",
3
+ "version": "1.8.367",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -162,6 +162,7 @@ export default class ChannelPage extends ContentPage {
162
162
  await Promise.all(tasks);
163
163
 
164
164
  if (this.email) {
165
+ document.title = this.email.email.subject;
165
166
  setTimeout(() =>
166
167
  this.runAfterInit(() => {
167
168
  const pc = new PostComments(this.app, document.createElement("post-comments"));
@@ -3,7 +3,7 @@ import { BindEditor, DropDownProperty, ExpanderPropertyEditor } from "../control
3
3
 
4
4
  export default function ImageEditor() {
5
5
  return <ExpanderPropertyEditor
6
- style-display={BindEditor.oneWay((x) => /^(img$|video)/i.test(x.selection.name))}
6
+ style-display={BindEditor.oneWay((x) => /^(img$|image\-|video)/i.test(x.selection.name))}
7
7
  label="Image">
8
8
  <DropDownProperty
9
9
  label="Object Fit"