Add emoji reactions

This commit is contained in:
Jon Staab
2024-09-25 13:46:10 -07:00
parent 0b8f80ed0e
commit ce733e5743
10 changed files with 145 additions and 16 deletions
+1 -2
View File
@@ -51,7 +51,6 @@ export const createSuggestions = (options: SuggestionsOptions) =>
},
render: () => {
let popover: Instance[]
let target: HTMLElement
let suggestions: SvelteComponent
const mapProps = (props: any) => ({
@@ -64,7 +63,7 @@ export const createSuggestions = (options: SuggestionsOptions) =>
return {
onStart: props => {
target = document.createElement("div")
const target = document.createElement("div")
popover = tippy("body", {
getReferenceClientRect: props.clientRect as any,