提交 662f5edd 编写于 作者: P Phil Hughes 提交者: Douwe Maan

Fixed tabs

上级 a8927a75
......@@ -470,10 +470,7 @@ class @Notes
notes = note.closest(".notes")
if DiffNotesApp?
ref = DiffNotesApp.$refs["#{noteId}"]
if ref?
ref.$destroy(true)
ref = DiffNotesApp.$refs["#{noteId}"]?.$destroy(true)
# check if this is the last note for this line
if notes.find(".note").length is 1
......
......@@ -390,7 +390,7 @@ ul.notes {
border-radius: 2px;
.btn {
margin-right: 10px;
margin-right: 10px;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册