mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Solve #188 Add drag component total_x/total_y
This commit is contained in:
@@ -8,6 +8,7 @@ local const = require("druid.const")
|
||||
|
||||
local M = {}
|
||||
|
||||
|
||||
--- Text node or icon node can be nil
|
||||
local function get_text_width(text_node)
|
||||
if text_node then
|
||||
|
Reference in New Issue
Block a user