lit fixes
This commit is contained in:
@@ -102,7 +102,7 @@ const MARGIN = 16;
|
|||||||
const align = () => {
|
const align = () => {
|
||||||
if (props.src == null) return;
|
if (props.src == null) return;
|
||||||
if (type === 'drawer') return;
|
if (type === 'drawer') return;
|
||||||
if (type == 'dialog') return;
|
if (type === 'dialog') return;
|
||||||
|
|
||||||
if (content == null) return;
|
if (content == null) return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user