Commit b11734a6 authored by Dietmar Maurer's avatar Dietmar Maurer

disable collapse for snapshot trees.

We use double click to open the edit window, and this badly interact
with collapse/expand.
parent 0bf50eb5
......@@ -272,6 +272,8 @@ Ext.define('PVE.qemu.SnapshotTree', {
show: me.reload,
hide: me.load_task.cancel,
destroy: me.load_task.cancel,
// disable collapse
beforeitemcollapse: function() { return false; },
itemdblclick: run_editor
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment