fix: insert into correct textarea
This commit is contained in:
parent
eecf0ccce3
commit
1fb3f16f37
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.2",
|
||||
"version": "13.0.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -148,7 +148,7 @@ export default defineComponent({
|
||||
os.api('drive/files/caption-image', {
|
||||
url: img.src,
|
||||
}).then(text => {
|
||||
insertTextAtCursor(text.slice(0, (512 - ta.value.length)));
|
||||
insertTextAtCursor(ta, text.slice(0, (512 - ta.value.length)));
|
||||
});
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user