mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:30 +01:00
fix audio files wont play (modal attribute renamed to isModal)
This commit is contained in:
parent
05f30b7c42
commit
94a2a0473b
@ -701,7 +701,7 @@ export function ExposeMixin<B extends Constructor<LitElement>>(superclass : B)
|
||||
buttons: button,
|
||||
minWidth: 350,
|
||||
minHeight: 200,
|
||||
modal: false,
|
||||
isModal: false,
|
||||
position: "right bottom,right-50 bottom-10",
|
||||
value: {
|
||||
content: {
|
||||
|
Loading…
Reference in New Issue
Block a user