mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
replace layout display property with backend property
patch from @darkblaze69
This commit is contained in:
@@ -737,7 +737,7 @@ function newUpdatePanelBarrier(panel) {
|
||||
|
||||
Object.keys(barriers).forEach(k => {
|
||||
let barrierOptions = {
|
||||
display: global.display,
|
||||
backend: global.backend,
|
||||
directions: barriers[k][2]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user