Skip to content

Commit bd49415

Browse files
fix(client): close panel when using color picker (#371)
1 parent 7345f1c commit bd49415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ registerCommands(() => [
9595
title: 'Color Picker',
9696
icon: 'i-carbon-eyedropper',
9797
action: async () => {
98+
bridge.value.emit('toggle-panel', false)
9899
const { sRGBHex } = await eyeDropper.open() || {}
99100
if (sRGBHex)
100101
copy(sRGBHex)

0 commit comments

Comments
 (0)