diff --git a/Telegram/SourceFiles/ui/widgets/input_fields.cpp b/Telegram/SourceFiles/ui/widgets/input_fields.cpp index 5e842ba52..2e6cda5ef 100644 --- a/Telegram/SourceFiles/ui/widgets/input_fields.cpp +++ b/Telegram/SourceFiles/ui/widgets/input_fields.cpp @@ -159,7 +159,7 @@ const std::map> &TagFinishIndices() { { kTagBold, { kTagBoldIndex, kTagCodeIndex, kTagPreIndex } }, { kTagItalic, { kTagItalicIndex, kTagCodeIndex, kTagPreIndex } }, { kTagCode, { kTagCodeIndex, kTagPreIndex } }, - { kTagPre, { kTagCodeIndex, kTagPreIndex } }, + { kTagPre, { kTagPreIndex } }, }; return cached; }