This commit is contained in:
yumoqing 2024-08-29 10:47:18 +08:00
parent a274607ee8
commit 217ce0c09b

View File

@ -24,8 +24,6 @@ bricks.Menu = class extends bricks.VBox {
console.log(event);
let e = event.target;
let opts = event.params;
var menu = e.bricks_widget;
console.log('menu_clicked(): item=', menu, opts);
if (! opts.url){
console.log('itme.url is null');
this.dispatch('command', opts);