added sub-menu-arrow('>') and remove kebab menu in rootComment

Signed-off-by: Rash419 <rasheshpadia419@gmail.com>
Change-Id: I3ee10c414dac057debefa202505e23455a3e022b
This commit is contained in:
Rash419 2020-12-09 18:27:30 +05:30 committed by pedropintosilva
parent 0ae11c334f
commit 3fb42dc1df

View file

@ -1874,8 +1874,8 @@ L.Control.JSDialogBuilder = L.Control.extend({
$(childContainer).hide();
if (builder.wizard) {
L.DomUtil.remove($(container).find('td')[3]);
var arrowSpan = L.DomUtil.create('span','sub-menu-arrow',$(container).find('div')[0]);
L.DomUtil.remove($(container).find('.loleaflet-annotation-menubar')[0]);
var arrowSpan = L.DomUtil.create('span','sub-menu-arrow',$(container).find('.loleaflet-annotation-content-wrapper')[0]);
arrowSpan.innerHTML = '>';
$(container).click(function() {