update change

This commit is contained in:
saurabhg772244
2024-08-21 18:38:31 +05:30
parent a4007ffb80
commit 777522e8d5
2 changed files with 3 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ dictionaryDefinitions:
- name: suggestions - name: suggestions
words: words:
- none - none
- disp
- subproc
- tria
suggestWords: suggestWords:
- seperator:separator - seperator:separator
- vertice:vertex - vertice:vertex

View File

@@ -48,7 +48,6 @@ import { multiWaveEdgedRectangle } from './shapes/multiWaveEdgedRectangle.js';
import { windowPane } from './shapes/windowPane.js'; import { windowPane } from './shapes/windowPane.js';
import { linedWaveEdgedRect } from './shapes/linedWaveEdgedRect.js'; import { linedWaveEdgedRect } from './shapes/linedWaveEdgedRect.js';
import { taggedWaveEdgedRectangle } from './shapes/taggedWaveEdgedRectangle.js'; import { taggedWaveEdgedRectangle } from './shapes/taggedWaveEdgedRectangle.js';
import { curlyBraces } from './shapes/curlyBraces.js';
//Use these names as the left side to render shapes. //Use these names as the left side to render shapes.
const shapes = { const shapes = {
@@ -213,7 +212,6 @@ const shapes = {
lightningBolt, lightningBolt,
bolt: lightningBolt, bolt: lightningBolt,
'com-link': lightningBolt, 'com-link': lightningBolt,
curlyBraces,
hourglass, hourglass,
odd: rect_left_inv_arrow, odd: rect_left_inv_arrow,
labelRect, labelRect,