Skip to content

Commit

Permalink
fix: color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufengfj committed Aug 25, 2022
1 parent cbc1ebb commit 282c9ff
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/components/tiptap/components/HbTiptapColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,7 @@ function change(e){
<n-color-picker
:render-label="()=>null"
placement="bottom"
@complete="change"
:swatches="[
'#000000',
'#FFFFFF',
'#18A058',
'#2080F0',
'#F0A020',
'rgba(208, 48, 80, 1)']">
@complete="change">
</n-color-picker>
</button>
</template>
Expand Down

0 comments on commit 282c9ff

Please sign in to comment.