Skip to content

Commit 9e416c4

Browse files
authored
Change autoupdate rendering in editor (#3202)
1 parent 79f1429 commit 9e416c4

File tree

1 file changed

+1
-1
lines changed
  • lua/wire/client/text_editor/modes

1 file changed

+1
-1
lines changed

lua/wire/client/text_editor/modes/e2.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local directives = {
6060
["@outputs"] = VARS,
6161
["@persist"] = VARS,
6262
["@trigger"] = PARTIAL,
63-
["@autoupdate"] = FULL,
63+
["@autoupdate"] = PARTIAL,
6464
["@strict"] = PARTIAL
6565
}
6666

0 commit comments

Comments
 (0)