update translation
This commit is contained in:
@@ -19,7 +19,7 @@ export function handleClipboard (text, event) {
|
||||
|
||||
export function copyImage (targetNode) {
|
||||
if (window.getSelection) {
|
||||
// chrome等主流浏览器
|
||||
// Mainstream browsers such as Chrome
|
||||
var selection = window.getSelection()
|
||||
selection.removeAllRanges()
|
||||
var range = document.createRange()
|
||||
|
||||
Reference in New Issue
Block a user