Skip to content

Commit

Permalink
feat: delete replace response & request content (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 27, 2022
1 parent 165a9a9 commit 7d09f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
*ngIf="modelType === 'string'"
class="mt20"
[(code)]="model"
[eventList]="['type', 'format', 'copy', 'download', 'newTab', 'search', 'replace']"
[eventList]="['type', 'format', 'copy', 'download', 'newTab', 'search']"
></eo-editor>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
class="mt20"
[autoFormat]="true"
[(code)]="model.body"
[eventList]="['type', 'format', 'copy', 'download', 'newTab', 'search', 'replace']"
[eventList]="['type', 'format', 'copy', 'download', 'newTab', 'search']"
></eo-editor>
</div>

0 comments on commit 7d09f11

Please sign in to comment.