fix double pushbuttons in the draft buttons

This commit is contained in:
Henry Jameson 2023-05-08 22:04:05 +03:00
commit b79f297692
3 changed files with 18 additions and 28 deletions

View file

@ -45,6 +45,9 @@ const Popover = {
// Lets hover popover stay when clicking inside of it
stayOnClick: Boolean,
// Use styled button (to avoid nested buttons)
normalButton: Boolean,
triggerAttrs: {
type: Object,
default: {}