{renderText(title, ['br'])}
diff --git a/src/components/main/premium/PremiumMainModal.tsx b/src/components/main/premium/PremiumMainModal.tsx
index f5457320f..09b2beecd 100644
--- a/src/components/main/premium/PremiumMainModal.tsx
+++ b/src/components/main/premium/PremiumMainModal.tsx
@@ -311,7 +311,7 @@ const PremiumMainModal: FC
= ({
size={STATUS_EMOJI_SIZE}
/>
) : (
-
+
)}
{fromUserStatusSet ? stickerSetTitle : renderText(getHeaderText(), ['simple_markdown', 'emoji'])}
diff --git a/src/components/main/premium/previews/PremiumFeaturePreviewVideo.tsx b/src/components/main/premium/previews/PremiumFeaturePreviewVideo.tsx
index 1b2f9ee7a..7e67048dd 100644
--- a/src/components/main/premium/previews/PremiumFeaturePreviewVideo.tsx
+++ b/src/components/main/premium/previews/PremiumFeaturePreviewVideo.tsx
@@ -46,7 +46,7 @@ const PremiumFeaturePreviewVideo: FC = ({
)}
id={`premium_feature_preview_video_${index}`}
>
-
+
= ({
return (
- {thumbDataUri && !spoiler
- &&

}
+ {thumbDataUri && !spoiler && (
+

+ )}
{thumbDataUri
&&
}
diff --git a/src/components/middle/composer/AttachBotIcon.tsx b/src/components/middle/composer/AttachBotIcon.tsx
index 782db6a13..fabc6dcae 100644
--- a/src/components/middle/composer/AttachBotIcon.tsx
+++ b/src/components/middle/composer/AttachBotIcon.tsx
@@ -45,7 +45,12 @@ const AttachBotIcon: FC = ({
return (
-
+
);
};
diff --git a/src/components/middle/composer/EmojiButton.tsx b/src/components/middle/composer/EmojiButton.tsx
index af1456431..f9e162f5f 100644
--- a/src/components/middle/composer/EmojiButton.tsx
+++ b/src/components/middle/composer/EmojiButton.tsx
@@ -48,6 +48,7 @@ const EmojiButton: FC = ({
loading="lazy"
data-path={src}
onLoad={!isLoaded ? handleEmojiLoad : undefined}
+ draggable={false}
/>
)}
diff --git a/src/components/middle/composer/StickerSetCover.tsx b/src/components/middle/composer/StickerSetCover.tsx
index 67cb87707..23434e36d 100644
--- a/src/components/middle/composer/StickerSetCover.tsx
+++ b/src/components/middle/composer/StickerSetCover.tsx
@@ -110,6 +110,7 @@ const StickerSetCover: FC