Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7615739

Browse files
feat: no dev
1 parent 6193ce3 commit 7615739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/popovers/editor/app-code/app-code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class AppCode {
289289
</ion-item-divider>
290290

291291
<ion-item>
292-
<ion-input value={this.highlightLines} placeholder="Coma separated lines" debounce={500}
292+
<ion-input value={this.highlightLines} placeholder="Click to enter lines" debounce={500}
293293
onIonInput={(e: CustomEvent<KeyboardEvent>) => this.handleInput(e)}
294294
onIonChange={() => this.highlightSelectedLines()}></ion-input>
295295
</ion-item>

0 commit comments

Comments
 (0)