lit fixes

This commit is contained in:
syuilo 2022-07-13 21:39:16 +09:00
parent f4eaa9b3ce
commit bc4fb0ad6b
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ const MARGIN = 16;
const align = () => {
if (props.src == null) return;
if (type === 'drawer') return;
if (type == 'dialog') return;
if (type === 'dialog') return;
if (content == null) return;