Skip to content

Commit 64c2b86

Browse files
committed
editor: Fix "Saved!" notice broadcasting to all editors
1 parent c3cb4cd commit 64c2b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-programs/editor.folk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ When /keyboard/ is a keyboard with path /kbPath/ /...anything/ &\
265265
}
266266

267267
Subscribe: save code on view /view/ {
268-
ForEach! /view/ has selected program /program/ &\
268+
ForEach! $view has selected program /program/ &\
269269
view code for /program/ is /programCode/ {
270270
Hold! -on builtin-programs/programs.folk -key new-code-for:$program \
271271
Wish program $program is replaced with \

0 commit comments

Comments
 (0)