Skip to content

Commit

Permalink
[UPD] symbol libe modif
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Oct 2, 2024
1 parent fc23eb1 commit 717dd4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layerShop/styleCondition.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ function styleCondition(div, layer, symbolLib) {
})
// Symbol
const symbolList = new SymbolLibInput({
symbolLib: symbolLib
symbolLib: symbolLib,
edit: false
})
symbolList.on('item:dblclick', () => {
dialog.close();
Expand Down

0 comments on commit 717dd4f

Please sign in to comment.