mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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,
|
buttons: button,
|
||||||
minWidth: 350,
|
minWidth: 350,
|
||||||
minHeight: 200,
|
minHeight: 200,
|
||||||
modal: false,
|
isModal: false,
|
||||||
position: "right bottom,right-50 bottom-10",
|
position: "right bottom,right-50 bottom-10",
|
||||||
value: {
|
value: {
|
||||||
content: {
|
content: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user