We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7345f1c commit bd49415Copy full SHA for bd49415
packages/client/src/App.vue
@@ -95,6 +95,7 @@ registerCommands(() => [
95
title: 'Color Picker',
96
icon: 'i-carbon-eyedropper',
97
action: async () => {
98
+ bridge.value.emit('toggle-panel', false)
99
const { sRGBHex } = await eyeDropper.open() || {}
100
if (sRGBHex)
101
copy(sRGBHex)
0 commit comments