mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
fix: insert into correct textarea
This commit is contained in:
parent
b395874945
commit
71f9378d35
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.0.2",
|
"version": "13.0.3",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -148,7 +148,7 @@ export default defineComponent({
|
|||||||
os.api('drive/files/caption-image', {
|
os.api('drive/files/caption-image', {
|
||||||
url: img.src,
|
url: img.src,
|
||||||
}).then(text => {
|
}).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