forgot to set back
This commit is contained in:
@@ -1452,7 +1452,7 @@ export default function TextEditor(props: TextEditorProps) {
|
|||||||
<Show when={showBubbleMenu()}>
|
<Show when={showBubbleMenu()}>
|
||||||
<div
|
<div
|
||||||
ref={bubbleMenuRef}
|
ref={bubbleMenuRef}
|
||||||
class="bg-crust text-text absolute z-110 w-fit rounded p-2 text-sm whitespace-nowrap shadow-xl"
|
class="bg-crust text-text fixed z-110 w-fit rounded p-2 text-sm whitespace-nowrap shadow-xl"
|
||||||
style={{
|
style={{
|
||||||
top: `${bubbleMenuPosition().top}px`,
|
top: `${bubbleMenuPosition().top}px`,
|
||||||
left: `${bubbleMenuPosition().left}px`,
|
left: `${bubbleMenuPosition().left}px`,
|
||||||
|
|||||||
Reference in New Issue
Block a user