mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-23 19:31:53 +02:00
fix audio files wont play (modal attribute renamed to isModal)
This commit is contained in:
parent
3fdb3cd3d5
commit
5ffdbf7341
@ -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