fix sidebar pin (#203)

This commit is contained in:
end-4
2024-01-22 16:28:27 +07:00
parent 5ab9a16587
commit 5cae087bdb
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export default () => PopupWindow({
focusable: true,
anchor: ['left', 'top', 'bottom'],
name: 'sideleft',
// exclusivity: 'exclusive',
layer: 'top',
showClassName: 'sideleft-show',
hideClassName: 'sideleft-hide',
child: SidebarLeft(),