mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
feat: multi-purpose site
feat: editor feat: plugin editor
This commit is contained in:
@@ -10,6 +10,7 @@ export const popup: Action<HTMLButtonElement, Component> = (
|
||||
let target: HTMLElement | undefined;
|
||||
const edit = tippy(node, {
|
||||
interactive: true,
|
||||
placement: "right",
|
||||
trigger: "click",
|
||||
onShow(instance) {
|
||||
target = instance.popper.querySelector(".tippy-content") as HTMLElement;
|
||||
|
||||
Reference in New Issue
Block a user