mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-30 21:51:31 +00:00
fix popover
This commit is contained in:
@@ -93,13 +93,13 @@ export class FriendItemActions extends connect(store)(LitElement) {
|
||||
attachToTarget(target) {
|
||||
if (!this.popperInstance && target) {
|
||||
this.popperInstance = createPopper(target, this, {
|
||||
placement: 'bottom',
|
||||
strategy: 'fixed',
|
||||
placement: 'bottom'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
openPopover(target) {
|
||||
console.log({target})
|
||||
this.attachToTarget(target);
|
||||
this.style.display = 'block';
|
||||
setTimeout(() => {
|
||||
|
Reference in New Issue
Block a user