Commit aed52d16 authored by catboxanon's avatar catboxanon

Reset columns on resize handle dblclick

parent 953c3eab
...@@ -75,6 +75,8 @@ ...@@ -75,6 +75,8 @@
R.screenX = evt.screenX; R.screenX = evt.screenX;
}); });
resizeHandle.addEventListener('dblclick', () => parent.style.gridTemplateColumns = GRID_TEMPLATE_COLUMNS);
afterResize(parent); afterResize(parent);
} }
......
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