fix: Fixed issue where links container toggle would correctly hide in focus mode
This commit is contained in:
@@ -145,6 +145,7 @@ const LinkedItemBubblesContainer = ({ item, linkingController }: Props) => {
|
||||
</div>
|
||||
{itemsToDisplay.length > 0 && (
|
||||
<RoundIconButton
|
||||
id="toggle-linking-container"
|
||||
label="Toggle linked items container"
|
||||
onClick={() => {
|
||||
setIsCollapsed((isCollapsed) => !isCollapsed)
|
||||
|
||||
Reference in New Issue
Block a user