perf(client): use shallowRef for html element ref
This commit is contained in:
@@ -125,7 +125,7 @@ function showSettings() {
|
||||
os.pageWindow('/settings/deck');
|
||||
}
|
||||
|
||||
let columnsEl = $ref<HTMLElement>();
|
||||
let columnsEl = $shallowRef<HTMLElement>();
|
||||
|
||||
const addColumn = async (ev) => {
|
||||
const columns = [
|
||||
|
Reference in New Issue
Block a user