Release (#330)
Fix diagnostic position when sha changes (#299) Fix: Remove API calls on Discussion Close (#328) Chore: Remove root node type (#329) This is a PATCH release.
This commit is contained in:
committed by
GitHub
parent
dc70c97810
commit
95dcc41885
@@ -111,12 +111,7 @@ end
|
||||
---Opens the discussion tree, sets the keybindings. It also
|
||||
---creates the tree for notes (which are not linked to specific lines of code)
|
||||
---@param callback function?
|
||||
M.toggle = function(callback)
|
||||
if M.split_visible then
|
||||
M.close()
|
||||
return
|
||||
end
|
||||
|
||||
M.open = function(callback)
|
||||
state.DISCUSSION_DATA.discussions = u.ensure_table(state.DISCUSSION_DATA.discussions)
|
||||
state.DISCUSSION_DATA.unlinked_discussions = u.ensure_table(state.DISCUSSION_DATA.unlinked_discussions)
|
||||
state.DRAFT_NOTES = u.ensure_table(state.DRAFT_NOTES)
|
||||
|
||||
Reference in New Issue
Block a user