mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
parent
32fb134675
commit
f89d85cc4e
@ -465,12 +465,14 @@ export default {
|
||||
start = anchor
|
||||
end = head
|
||||
}
|
||||
} else if (head.line < anchor.line) {
|
||||
} else {
|
||||
if (head.line < anchor.line) {
|
||||
start = head
|
||||
end = anchor
|
||||
} else {
|
||||
start = head
|
||||
end = anchor
|
||||
start = anchor
|
||||
end = head
|
||||
}
|
||||
}
|
||||
|
||||
const rows = []
|
||||
|
Loading…
Reference in New Issue
Block a user