File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ def on_raf(self, expression: str) -> OnRafAttr:
226226 def on_signal_patch (
227227 self , expression : str , include : str | None = None , exclude : str | None = None
228228 ) -> OnSignalPatchAttr :
229- """(PRO) Execute an expression when a signal patch taxes plase."""
229+ """Execute an expression when a signal patch taxes plase."""
230230 attr = OnSignalPatchAttr (value = expression , alias = self ._alias )
231231 if include or exclude :
232232 attr .filter (include , exclude )
@@ -243,7 +243,7 @@ def persist(self) -> PersistAttr:
243243
244244 def ref (self , signal_name : str ) -> BaseAttr :
245245 """Create a signal which references the element on which the attribute is placed."""
246- return BaseAttr ("red " , value = signal_name , alias = self ._alias )
246+ return BaseAttr ("ref " , value = signal_name , alias = self ._alias )
247247
248248 def replace_url (self , url_expression : str ) -> BaseAttr :
249249 """(PRO) Replace the URL in the browser without replacing the page."""
You can’t perform that action at this time.
0 commit comments