mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:47:16 +00:00
fix(nc-gui): show audit details in json format
This commit is contained in:
@@ -473,7 +473,7 @@ function handleAutoScroll(scroll: boolean, className: string) {
|
||||
|
||||
nextTick(() => {
|
||||
const el = document.querySelector(`.nc-edit-or-add-connection .${className}`)
|
||||
console.log('className', className, el)
|
||||
|
||||
if (!el) return
|
||||
|
||||
// wait for transition complete
|
||||
|
||||
Reference in New Issue
Block a user