File tree Expand file tree Collapse file tree
packages/vscode/src/view/backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ import {
4444 handle_pick_open_router_model ,
4545 handle_pick_chatbot
4646} from './message-handlers'
47- import {
48- LAST_APPLIED_CLIPBOARD_CONTENT_STATE_KEY
49- } from '@/constants/state-keys'
47+ import { LAST_APPLIED_CLIPBOARD_CONTENT_STATE_KEY } from '@/constants/state-keys'
5048import { can_revert } from '@/commands/revert-command'
5149import {
5250 config_preset_to_ui_format ,
@@ -264,7 +262,10 @@ export class ViewProvider implements vscode.WebviewViewProvider {
264262 last_applied_content &&
265263 clipboard_text === last_applied_content
266264 ) {
267- this . send_message ( { command : 'CAN_APPLY_CLIPBOARD_CHANGED' , can_apply : false } )
265+ this . send_message ( {
266+ command : 'CAN_APPLY_CLIPBOARD_CHANGED' ,
267+ can_apply : false
268+ } )
268269 return
269270 }
270271
You can’t perform that action at this time.
0 commit comments