drozdza
Results
2
issues of
drozdza
placed inside SortableElement is not draggable. It does not emit any mousedown&mouseup events. https://codesandbox.io/s/great-villani-7fzqy?file=/src/index.js
I would like to do something like this: ``` php $query = QB::table('my_table2')->select('id') ->where('table_id', QB::subQuery($subQuery))) ``` It produces good working code with rawSql() but don't work itself. To fix this...