fix: clear cache
This commit is contained in:
parent
0566f34ec4
commit
aa46aeed78
@ -40,7 +40,7 @@ document.addEventListener('DOMContentLoaded', function (event) {
|
||||
el.addEventListener("save", function() {
|
||||
let dataSrc = el.getAttribute('data-src');
|
||||
document.querySelectorAll('sib-display[data-src="'+dataSrc+'"]').forEach(function(e) {
|
||||
e.setAttribute('data-src', dataSrc);
|
||||
e.resource.clearCache();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
@ -36,6 +36,10 @@
|
||||
display: contents;
|
||||
}
|
||||
|
||||
hd-user-avatar, hd-user-avatar > * {
|
||||
display: flex!important;
|
||||
}
|
||||
|
||||
sib-set-default[name='buttons'],
|
||||
.cell,
|
||||
.table-header {
|
||||
|
Loading…
Reference in New Issue
Block a user