mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 03:54:07 +02:00
fix lint padded-blocks
This commit is contained in:
@@ -34,7 +34,6 @@ function calc(src: Element) {
|
||||
|
||||
export default {
|
||||
mounted(src, binding, vn) {
|
||||
|
||||
const resize = new ResizeObserver((entries, observer) => {
|
||||
calc(src);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user