Fixes #475
This commit is contained in:
parent
5fef8a870f
commit
7cd88eca14
@ -88,7 +88,13 @@ export function FilterList({
|
|||||||
const returnEl = (
|
const returnEl = (
|
||||||
<div className="sb-modal-wrapper">
|
<div className="sb-modal-wrapper">
|
||||||
<div className="sb-modal-box">
|
<div className="sb-modal-box">
|
||||||
<div className="sb-header">
|
<div
|
||||||
|
className="sb-header"
|
||||||
|
onClick={(e) => {
|
||||||
|
// Allow tapping/clicking the header without closing it
|
||||||
|
e.stopPropagation();
|
||||||
|
}}
|
||||||
|
>
|
||||||
<label>{label}</label>
|
<label>{label}</label>
|
||||||
<MiniEditor
|
<MiniEditor
|
||||||
text={text}
|
text={text}
|
||||||
|
Loading…
Reference in New Issue
Block a user