File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Chat/AIAndChatbotIntegration/Vue
FileManager/UICustomization/Vue Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ function renderAssistantMessage(text: string): void {
125125}
126126
127127async function processMessageSending(
128- message : DxChatTypes .TextMessage ,
129- event : Events .EventObject | undefined
128+ message : DxChatTypes .TextMessage ,
129+ event : Events .EventObject | undefined
130130): Promise <void > {
131131 toggleDisabledState (true , event );
132132
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ function onItemClick(
120120}
121121
122122function createFile(
123- fileExtension : string ,
124- directory : any = fileManager .value .instance .getCurrentDirectory ()
123+ fileExtension : string ,
124+ directory : any = fileManager .value .instance .getCurrentDirectory ()
125125) {
126126 const newItem = {
127127 __KEY__: Date .now (),
You can’t perform that action at this time.
0 commit comments