1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 17:55:52 +02:00

enhance(frontend/image-effector): tweak fxs

This commit is contained in:
syuilo
2025-06-15 11:06:46 +09:00
parent e9af9d4451
commit fe805fb7f0
6 changed files with 13 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ watch(layers, async () => {
}, { deep: true });
function addEffect(ev: MouseEvent) {
os.popupMenu(FXS.filter(fx => fx.id !== 'watermarkPlacement').map((fx) => ({
os.popupMenu(FXS.map((fx) => ({
text: fx.name,
action: () => {
layers.push({