mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore logs: remove exploreScrollableLogsContainer and track scroll to top (#84291)
* exploreScrollableLogsContainer: remove * LogsNavigation: track scroll to top clicks * Add missing dependency to the effect
This commit is contained in:
@@ -287,10 +287,6 @@ const (
|
||||
// Enables the Monaco editor for CloudWatch Logs queries
|
||||
FlagCloudWatchLogsMonacoEditor = "cloudWatchLogsMonacoEditor"
|
||||
|
||||
// FlagExploreScrollableLogsContainer
|
||||
// Improves the scrolling behavior of logs in Explore
|
||||
FlagExploreScrollableLogsContainer = "exploreScrollableLogsContainer"
|
||||
|
||||
// FlagRecordedQueriesMulti
|
||||
// Enables writing multiple items from a single query within Recorded Queries
|
||||
FlagRecordedQueriesMulti = "recordedQueriesMulti"
|
||||
|
||||
Reference in New Issue
Block a user