Fix custom zap from context menu

This commit is contained in:
Bojan Mojsilovic 2024-01-15 15:53:58 +01:00
parent c847f355b9
commit d3fe74e3c8

View File

@ -407,7 +407,6 @@ const NoteFooter: Component<{ note: PrimalNote, id?: string }> = (props) => {
note={props.note}
openCustomZap={() => {
setIsCustomZap(true);
setTimeout(() => setIsCustomZap(false), 10);
}}
/>
</div>