mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 13:42:02 +08:00
parent
32fb134675
commit
f89d85cc4e
@ -465,12 +465,14 @@ export default {
|
||||
start = anchor
|
||||
end = head
|
||||
}
|
||||
} else if (head.line < anchor.line) {
|
||||
start = head
|
||||
end = anchor
|
||||
} else {
|
||||
start = head
|
||||
end = anchor
|
||||
if (head.line < anchor.line) {
|
||||
start = head
|
||||
end = anchor
|
||||
} else {
|
||||
start = anchor
|
||||
end = head
|
||||
}
|
||||
}
|
||||
|
||||
const rows = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user