Skip to content

Commit

Permalink
🐛 Fixed a bug when linking items
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Sep 24, 2019
1 parent fefebf7 commit 9e62f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TodoChecklister.lua
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@ hooksecurefunc(
not TodoChecklisterFrame.frame.TodoText:HasFocus() or
(ChatEdit_GetActiveWindow() or (BrowseName and BrowseName:IsVisible()) or
(MacroFrameText and MacroFrameText:HasFocus()) or
(TradeSkillFrame and TradeSkillFrame.SearchBox:HasFocus()) or
(CommunitiesFrame and CommunitiesFrame.ChatEditBox:HasFocus()) or
(TradeSkillFrame and TradeSkillFrame.SearchBox and TradeSkillFrame.SearchBox:HasFocus()) or
(CommunitiesFrame and CommunitiesFrame.ChatEditBox and CommunitiesFrame.ChatEditBox:HasFocus()) or
(SocialPostFrame and Social_IsShown()))
then
-- Link will have been posted to one of the above areas. Ignore.
Expand Down

0 comments on commit 9e62f3d

Please sign in to comment.