2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix some stories tooltip edge cases.

This commit is contained in:
John Preston
2023-07-25 10:45:08 +04:00
parent 065eb8e63c
commit 57fc9f71ac
3 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "media/streaming/media_streaming_instance.h"
#include "media/streaming/media_streaming_player.h"
#include "base/event_filter.h"
#include "base/qt/qt_tab_key.h"
#include "lang/lang_keys.h"
#include "styles/style_boxes.h"
#include "styles/style_layers.h"
@@ -671,8 +670,6 @@ PeerShortInfoBox::PeerShortInfoBox(
) | rpl::start_with_next([=] {
_cover.setScrollTop(_scroll->scrollTop());
}, _cover.lifetime());
base::DisableTabKey(this);
}
PeerShortInfoBox::~PeerShortInfoBox() = default;