wip.. initial setup for preact integration into main app
This commit is contained in:
@@ -111,7 +111,7 @@ export default class ChatInput extends Component {
|
||||
return false;
|
||||
}
|
||||
|
||||
const partial = inputHTML.substring(at + 1, position).trim();
|
||||
let partial = inputHTML.substring(at + 1, position).trim();
|
||||
|
||||
if (partial === this.suggestion) {
|
||||
partial = this.partial;
|
||||
|
||||
@@ -54,6 +54,7 @@ export default class StandaloneChat extends Component {
|
||||
`);
|
||||
}
|
||||
|
||||
// not needed for standalone, just messages only. remove later.
|
||||
return (
|
||||
html`
|
||||
<${Fragment}>
|
||||
|
||||
Reference in New Issue
Block a user