File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "id" : " bks-ai-shell" ,
33 "name" : " AI Shell" ,
4- "version" : " 1.1.6 " ,
4+ "version" : " 1.1.7 " ,
55 "minAppVersion" : " 5" ,
66 "description" : " Ask AI to analyze your database and generate SQL queries." ,
77 "author" : {
Original file line number Diff line number Diff line change 331331 font-size : 0.9rem ;
332332 max-height : 30vh ;
333333 line-height : 1.25rem ;
334+ border-radius : 8px ;
334335 }
335336
336337 .actions {
Original file line number Diff line number Diff line change @@ -52,12 +52,7 @@ export default {
5252
5353 switch (action ) {
5454 case " copy" : {
55- if (navigator .clipboard ) {
56- // FIXME remove this
57- navigator .clipboard .writeText (text );
58- } else {
59- clipboard .writeText (text );
60- }
55+ clipboard .writeText (text );
6156 target .classList .add (" copied" );
6257 if (this .copyTimeout ) {
6358 clearTimeout (this .copyTimeout );
You can’t perform that action at this time.
0 commit comments