Skip to content

Commit

Permalink
871574: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravanaPriya31 authored and SaravanaPriya31 committed Apr 1, 2024
1 parent 7f61fa0 commit 5482e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions How to/Customize context menu/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div id="app">
<ul>
<ejs-checkbox label='Hide Default Context Menu' id="enable" @change="contextmenuHelper" checked="false"></ejs-checkbox>
<ejs-checkbox label='Add Custom option at bottom' id="position" @change="contextmenuHelper" checked="false"></ejs-checkbox>
<ejs-checkbox label='Hide Default Context Menu' id="enable" @change="contextmenuHelper" ></ejs-checkbox>
<ejs-checkbox label='Add Custom option at bottom' id="position" @change="contextmenuHelper" ></ejs-checkbox>
</ul>
<ejs-pdfviewer
id="pdfViewer"
Expand Down

0 comments on commit 5482e1a

Please sign in to comment.